File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 {% if field.errors %}{{ field.errors }}{% endif %}
1010 < p
1111 {% if field.errors %} class ="error "{% endif %}
12- {% if field.name == "honeypot " %} style =" display:none; " {% endif %} >
12+ {% if field.name == "honeypot " %}hidden {% endif %} >
1313 {{ field.label_tag }} {{ field }}
1414 </ p >
1515 {% endif %}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1>{% trans "Preview your comment" %}</h1>
2727 {% if field.errors %}{{ field.errors }}{% endif %}
2828 < p
2929 {% if field.errors %} class ="error "{% endif %}
30- {% if field.name == "honeypot " %} style =" display:none; " {% endif %} >
30+ {% if field.name == "honeypot " %}hidden {% endif %} >
3131 {{ field.label_tag }} {{ field }}
3232 </ p >
3333 {% endif %}
You can’t perform that action at this time.
0 commit comments