summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/sorry.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/nfsw/templates/sorry.html b/nfsw/templates/sorry.html
new file mode 100644
index 0000000..d09a32b
--- /dev/null
+++ b/nfsw/templates/sorry.html
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+
+{% block title %}Sorry{% endblock %}
+
+{% block content %}
+<div class="sorry-block">
+ <p>It's a pity that you cannot suck up to little bit of human dogshit.</p>
+
+ <p>Another time!</p>
+</div>
+{% endblock %}