From 9768286e0e1ccfc557f02d5f72136228d5f6d5aa Mon Sep 17 00:00:00 2001 From: Brett Parker Date: Tue, 12 Jun 2012 15:21:17 +0100 Subject: [PATCH] Make posted comments give a better message --- templates/comments/posted.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/comments/posted.html 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 %} -- 2.30.2