From bb3973ffb714c932e9ec6dd6a751228dc71fe1d3 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 14 May 2022 16:38:07 -0400 Subject: initial commit --- .../django_comments/templates/comments/form.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/lib/django_comments/templates/comments/form.html (limited to 'app/lib/django_comments/templates/comments/form.html') diff --git a/app/lib/django_comments/templates/comments/form.html b/app/lib/django_comments/templates/comments/form.html new file mode 100644 index 0000000..858d5eb --- /dev/null +++ b/app/lib/django_comments/templates/comments/form.html @@ -0,0 +1,21 @@ +{% load comments i18n %} +
{% csrf_token %} + {% if next %} +
{% endif %} + {% for field in form %} + {% if field.is_hidden %} +
{{ field }}
+ {% else %} + {% if field.errors %}{{ field.errors }}{% endif %} + + {% endif %} + {% endfor %} +

+ + +

+
-- cgit v1.2.3-70-g09d2