/django/contrib/comments/templates/comments/posted.html
HTML | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | a96ddb131a607d0ff0bce3b41bf5ac61 MD5 | raw file
Possible License(s): BSD-3-Clause
- {% extends "comments/base.html" %}
- {% load i18n %}
- {% block title %}{% trans "Thanks for commenting" %}.{% endblock %}
- {% block content %}
- <h1>{% trans "Thank you for your comment" %}.</h1>
- {% endblock %}