X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/f41fb09cefa2fca8d5c1e9314bcaa3591590a74c..2c99167266c1be5545880dc2ee2b1a0c741fddc7:/migdal/templates/comments/form.html diff --git a/migdal/templates/comments/form.html b/migdal/templates/comments/form.html index 341750f..cd51760 100644 --- a/migdal/templates/comments/form.html +++ b/migdal/templates/comments/form.html @@ -12,7 +12,7 @@ {% for field in form %} {% if not field.is_hidden %} + {% if field.name = "honeypot" %} style="display:none;"{% endif %}> {{ field.label_tag }} {% if field.errors %}

{{ field.errors }}

{% endif %}