From: Brett Parker Date: Tue, 12 Jun 2012 14:21:17 +0000 (+0100) Subject: Make posted comments give a better message X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/9768286e0e1ccfc557f02d5f72136228d5f6d5aa Make posted comments give a better message --- diff --git a/templates/comments/posted.html b/templates/comments/posted.html new file mode 100644 index 0000000..8f1b2be --- /dev/null +++ b/templates/comments/posted.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title %}Thanks for commenting.{% endblock %} + +{% block content %} +

Thank you for your comment.

+

Please be aware that all comments on this site are moderated and so will not appear immediately.

+{% endblock %}