From e9eb2c612156894e87b9fa6584c1f8d05f932fe7 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 26 Sep 2017 17:49:20 -0600 Subject: updated comments app to work with 1.11 --- app/lib/django_comments/templates/comments/flag.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/lib/django_comments/templates/comments/flag.html (limited to 'app/lib/django_comments/templates/comments/flag.html') diff --git a/app/lib/django_comments/templates/comments/flag.html b/app/lib/django_comments/templates/comments/flag.html new file mode 100644 index 0000000..c5fe743 --- /dev/null +++ b/app/lib/django_comments/templates/comments/flag.html @@ -0,0 +1,17 @@ +{% extends "comments/base.html" %} +{% load i18n %} + +{% block title %}{% trans "Flag this comment" %}{% endblock %} + +{% block content %} +

{% trans "Really flag this comment?" %}

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

+ or cancel +

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