remove the sr-only from label

This commit is contained in:
Rachid Mrad 2023-12-21 13:01:49 -05:00
parent 1cab7537d7
commit fcaff6c74c
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -2,7 +2,7 @@
{% load static field_helpers %} {% load static field_helpers %}
{% block form_fields %} {% block form_fields %}
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %} {% with attr_maxlength=1000 %}
{% input_with_errors forms.0.no_other_contacts_rationale %} {% input_with_errors forms.0.no_other_contacts_rationale %}
{% endwith %} {% endwith %}
{% endblock %} {% endblock %}