diff options
author | luxagraf <sng@luxagraf.net> | 2014-11-13 13:22:07 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-11-13 13:22:07 -0500 |
commit | e2f9e4ff3e3443a6875592d823e4e5739a3b7bd1 (patch) | |
tree | 8ef5055ae9ef49ffb15476838655c2f001ac50d8 /design/templates/comments/deleted.html | |
parent | a44f67ef290e120736cf881b326eb5145a3d66f7 (diff) |
Turned comments back on. See how this goes.
Diffstat (limited to 'design/templates/comments/deleted.html')
-rw-r--r-- | design/templates/comments/deleted.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/design/templates/comments/deleted.html b/design/templates/comments/deleted.html index c62a1ff..e608481 100644 --- a/design/templates/comments/deleted.html +++ b/design/templates/comments/deleted.html @@ -3,19 +3,6 @@ {% block title %}{% trans "Thanks for removing" %}.{% endblock %} -{% block extrahead %} - {{ block.super }} - <meta http-equiv="Refresh" content="5; url={{ comment.content_object.get_absolute_url }}#c{{ comment.id }}" /> -{% endblock %} - {% block content %} - <h2>{% trans "Thanks for removing the comment" %}</h2> - <p> - {% blocktrans %} - Thanks for taking the time to improve the quality of discussion on our site.<br/> - You will be sent back to the article... - {% endblocktrans %} - </p> - - <p><a href="{{ comment.content_object.get_absolute_url }}#c{{ comment.id }}">{% trans "Back to the article" %}</a></p> + <h1>{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.</h1> {% endblock %} |