X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/2c99167266c1be5545880dc2ee2b1a0c741fddc7..2eb49192f504dbabdfef9614f93fdc97cc9e6365:/migdal/templates/comments/form.html diff --git a/migdal/templates/comments/form.html b/migdal/templates/comments/form.html index cd51760..896c041 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 %}