Make posted comments give a better message
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 12 Jun 2012 14:21:17 +0000 (15:21 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 12 Jun 2012 14:21:17 +0000 (15:21 +0100)
templates/comments/posted.html [new file with mode: 0644]

diff --git a/templates/comments/posted.html b/templates/comments/posted.html
new file mode 100644 (file)
index 0000000..8f1b2be
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block title %}Thanks for commenting.{% endblock %}
+
+{% block content %}
+  <h1>Thank you for your comment.</h1>
+  <p>Please be aware that all comments on this site are moderated and so will not appear immediately.</p>
+{% endblock %}