X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/05d1be6e85dc92e7be6aebb8b62221480c10540e..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 %}