Focusing validation on individual form with one input

This commit is contained in:
Jonathan Bobel
2025-03-03 13:33:45 -05:00
parent f4ca597964
commit 94f881477e
7 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
</span>
{% endif %}
{% if field.errors and show_errors %}
<span class="error-message">
<span class="error-message usa-error-message">
{{ field.errors[0] }}
</span>
{% endif %}