From a2891841fbf1e5660693a1f9109f2e6810224a3b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 5 May 2019 11:40:42 -0500 Subject: added tutorials with comments --- app/django_comments/templates/comments/flag.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/django_comments/templates/comments/flag.html (limited to 'app/django_comments/templates/comments/flag.html') diff --git a/app/django_comments/templates/comments/flag.html b/app/django_comments/templates/comments/flag.html new file mode 100644 index 0000000..c5fe743 --- /dev/null +++ b/app/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-70-g09d2