summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2022-02-14 21:10:48 -0500
committerluxagraf <sng@luxagraf.net>2022-02-14 21:10:48 -0500
commitb8f2cbf930eabeb055099fc9080ef55a63e3ab40 (patch)
tree030f8a2285b4b0b9bbe52edbedd5d205d338a1b4 /app
parent3c3365cc508e30d300a1781717b692c0f635dc63 (diff)
lib: same
Diffstat (limited to 'app')
-rw-r--r--app/lib/django_comments/templates/comments/preview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/django_comments/templates/comments/preview.html b/app/lib/django_comments/templates/comments/preview.html
index e335466..9fd5f1c 100644
--- a/app/lib/django_comments/templates/comments/preview.html
+++ b/app/lib/django_comments/templates/comments/preview.html
@@ -27,7 +27,7 @@
{% if field.errors %}{{ field.errors }}{% endif %}
<p
{% if field.errors %} class="error"{% endif %}
- {% ifequal field.name "honeypot" %} style="display:none;"{% endifequal %}>
+ {% if field.name == "honeypot" %} style="display:none;"{% endif%}>
{{ field.label_tag }} {{ field }}
</p>
{% endif %}