summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/sorry.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 22:18:40 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 22:18:40 -0400
commit5db2ab0bafcc1b0a1e4d7024810a8890fb1b99e4 (patch)
treef39a134490d0e4957b4b7c75ad05275398d4cef3 /nfsw/templates/sorry.html
parente2fe1b1d3a043d81fa992934a40f8138b8f1fea6 (diff)
Add nfsw/templates/sorry.html
Diffstat (limited to 'nfsw/templates/sorry.html')
-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 %}