summaryrefslogtreecommitdiff
path: root/design/templates/comments/deleted.html
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-11-06 09:42:47 -0400
committerlxf <sng@luxagraf.net>2021-11-06 09:42:47 -0400
commitd9f51299809bfb6b3ac589b7c42016d0ef240299 (patch)
treeaa5f945e82fdbf1b66aca82fe5122f6ff5a12eb9 /design/templates/comments/deleted.html
parentdde9914dbbc6cda18ba59024065727c8dc6bcdf4 (diff)
moved templates to top level directory
Diffstat (limited to 'design/templates/comments/deleted.html')
-rw-r--r--design/templates/comments/deleted.html8
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 %}