Comments fully integrated.
[~kgodey/maayanwich.git] / templates / comments / approved.html
diff --git a/templates/comments/approved.html b/templates/comments/approved.html
new file mode 100644 (file)
index 0000000..d4ba245
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "comments/base.html" %}
+{% load i18n %}
+
+{% block title %}{% trans "Thanks for approving" %}.{% endblock %}
+
+{% block content %}
+  <h1>{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.</h1>
+{% endblock %}