/django/contrib/comments/templates/comments/posted.html
https://code.google.com/p/mango-py/ · HTML · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · a96ddb131a607d0ff0bce3b41bf5ac61 MD5 · raw file
- {% extends "comments/base.html" %}
- {% load i18n %}
- {% block title %}{% trans "Thanks for commenting" %}.{% endblock %}
- {% block content %}
- <h1>{% trans "Thank you for your comment" %}.</h1>
- {% endblock %}