Comments fully integrated.
[~kgodey/maayanwich.git] / templates / comments / posted.html
1 {% extends "comments/base.html" %}
2 {% load i18n %}
3
4 {% block title %}{% trans "Thanks for commenting" %}.{% endblock %}
5
6 {% block content %}
7   <h1>{% trans "Thank you for your comment" %}.</h1>
8 {% endblock %}