There was an error while loading. Please reload this page.
1 parent 55606aa commit 8601927Copy full SHA for 8601927
1 file changed
wagtail_honeypot/templates/tags/honeypot_fields.html
@@ -1,4 +1,4 @@
1
{% if enabled %}
2
-<input type="text" name="{{ honeypot_name_field }}" id="{{ honeypot_name_field }}" data-{{ honeypot_name_field }} tabindex="-1" autocomplete="off">
3
-<input type="hidden" name="{{ honeypot_time_field }}" id="{{ honeypot_time_field }}" data-{{ honeypot_time_field }} tabindex="-1" autocomplete="off" value="{{ time }}">
+<input type="text" name="{{ honeypot_name_field }}" id="{{ honeypot_name_field }}" data-{{ honeypot_name_field }} tabindex="-1" autocomplete="off" aria-hidden="true" >
+<input type="hidden" name="{{ honeypot_time_field }}" id="{{ honeypot_time_field }}" data-{{ honeypot_time_field }} tabindex="-1" autocomplete="off" value="{{ time }}" aria-hidden="true" >
4
{% endif %}
0 commit comments