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