From d9f51299809bfb6b3ac589b7c42016d0ef240299 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 6 Nov 2021 09:42:47 -0400 Subject: moved templates to top level directory --- templates/comments/flagged.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/comments/flagged.html (limited to 'templates/comments/flagged.html') diff --git a/templates/comments/flagged.html b/templates/comments/flagged.html new file mode 100644 index 0000000..e558019 --- /dev/null +++ b/templates/comments/flagged.html @@ -0,0 +1,8 @@ +{% extends "comments/base.html" %} +{% load i18n %} + +{% block title %}{% trans "Thanks for flagging" %}.{% endblock %} + +{% block content %} +

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

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