diff options
Diffstat (limited to 'design/templates/comments/flagged.html')
-rw-r--r-- | design/templates/comments/flagged.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/design/templates/comments/flagged.html b/design/templates/comments/flagged.html deleted file mode 100644 index e558019..0000000 --- a/design/templates/comments/flagged.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "comments/base.html" %} -{% load i18n %} - -{% block title %}{% trans "Thanks for flagging" %}.{% endblock %} - -{% block content %} - <h1>{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.</h1> -{% endblock %} |