PageRenderTime 22ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
  1. {% extends "comments/base.html" %}
  2. {% load i18n %}
  3. {% block title %}{% trans "Thanks for commenting" %}.{% endblock %}
  4. {% block content %}
  5. <h1>{% trans "Thank you for your comment" %}.</h1>
  6. {% endblock %}