X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/25e2e5d9d53f08724f2fe9661265d58d850c5d17..21a5b5aafd25a996530e2575b32fca7a0ccac30d:/templates/comments/approve.html diff --git a/templates/comments/approve.html b/templates/comments/approve.html new file mode 100644 index 0000000..a4306a6 --- /dev/null +++ b/templates/comments/approve.html @@ -0,0 +1,15 @@ +{% extends "comments/base.html" %} +{% load i18n %} + +{% block title %}{% trans "Approve a comment" %}{% endblock %} + +{% block content %} +

{% trans "Really make this comment public?" %}

+
{{ comment|linebreaks }}
+
+ {% if next %}{% endif %} +

+ or cancel +

+
+{% endblock %}