styling of error

This commit is contained in:
David Kennedy 2025-03-04 11:29:30 -05:00
parent 5489e65df1
commit 60cdea0ac4
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -244,7 +244,7 @@
{% with sublabel_text="Example: ns"|concat:forloop.counter|concat:".example.com" %}
{% if forloop.counter <= 2 %}
{# span_for_text will wrap the copy in s <span>, which we'll use in the JS for this component #}
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" span_for_text=True %}
{% with attr_required=True add_initial_value_attr=True span_for_text=True %}
{% input_with_errors form.server %}
{% endwith %}
{% else %}