From bb3973ffb714c932e9ec6dd6a751228dc71fe1d3 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 14 May 2022 16:38:07 -0400 Subject: initial commit --- app/lib/django_comments/templates/comments/deleted.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/lib/django_comments/templates/comments/deleted.html (limited to 'app/lib/django_comments/templates/comments/deleted.html') diff --git a/app/lib/django_comments/templates/comments/deleted.html b/app/lib/django_comments/templates/comments/deleted.html new file mode 100644 index 0000000..e608481 --- /dev/null +++ b/app/lib/django_comments/templates/comments/deleted.html @@ -0,0 +1,8 @@ +{% extends "comments/base.html" %} +{% load i18n %} + +{% block title %}{% trans "Thanks for removing" %}.{% endblock %} + +{% block content %} +

{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.

+{% endblock %} -- cgit v1.2.3