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/posted.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/comments/posted.html (limited to 'templates/comments/posted.html') diff --git a/templates/comments/posted.html b/templates/comments/posted.html new file mode 100644 index 0000000..de9aa9e --- /dev/null +++ b/templates/comments/posted.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% load i18n %} +{%block htmlclass%}class="detail"{%endblock%} +{% block js %} + +{% endblock %} +{% block primary %} +
+
+
+

Thank you for your comment

+
+
+

Unless you've previously been approved a few times, your comment will be moderated. If we're on the road this can sometimes take a few days, so please be patient.

+

Return to the page you came from Redirecting in 5

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