fixed formatting of error message in form

This commit is contained in:
David Kennedy 2023-10-20 14:09:41 -04:00
parent 37ada699a0
commit 4d604b68b8
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -44,7 +44,7 @@
{% endwith %}
</div>
<div class="tablet:grid-col-6">
{% with sublabel_text="Ex: 86.124.49.54 or 2001:db8::1234:5678" %}
{% with sublabel_text="Ex: 86.124.49.54 or 2001:db8::1234:5678" add_group_class="usa-form-group--unstyled-error" %}
{% input_with_errors form.ip %}
{% endwith %}
</div>