X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/64484656099dfff360742f3a2c1e4d07bc1f6bd8..9768286e0e1ccfc557f02d5f72136228d5f6d5aa:/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 %} +
Please be aware that all comments on this site are moderated and so will not appear immediately.
+{% endblock %}