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