Add Django-1.2.1
[frozenviper.git] / Django-1.2.1 / django / contrib / comments / templates / comments / deleted.html
blobe6084815d578b085b5c9230058133f26747021d0
1 {% extends "comments/base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Thanks for removing" %}.{% endblock %}
6 {% block content %}
7 <h1>{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.</h1>
8 {% endblock %}