Make posted comments give a better message
[sommitrealweird.git] / templates / comments / posted.html
1 {% extends "base.html" %}
2
3 {% block title %}Thanks for commenting.{% endblock %}
4
5 {% block content %}
6   <h1>Thank you for your comment.</h1>
7   <p>Please be aware that all comments on this site are moderated and so will not appear immediately.</p>
8 {% endblock %}