diff options
Diffstat (limited to 'design/templates/comments/flagged.html')
-rw-r--r-- | design/templates/comments/flagged.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/design/templates/comments/flagged.html b/design/templates/comments/flagged.html index bebc151..e558019 100644 --- a/design/templates/comments/flagged.html +++ b/design/templates/comments/flagged.html @@ -3,19 +3,6 @@ {% block title %}{% trans "Thanks for flagging" %}.{% 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 flagging 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 %} |