Comments fully integrated.
[~kgodey/maayanwich.git] / templates / comments / posted.html
diff --git a/templates/comments/posted.html b/templates/comments/posted.html
new file mode 100644 (file)
index 0000000..76f7f6d
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "comments/base.html" %}
+{% load i18n %}
+
+{% block title %}{% trans "Thanks for commenting" %}.{% endblock %}
+
+{% block content %}
+  <h1>{% trans "Thank you for your comment" %}.</h1>
+{% endblock %}