diff --git a/src/registrar/templates/application_no_other_contacts.html b/src/registrar/templates/application_no_other_contacts.html index 1e42521a3..69217bfc1 100644 --- a/src/registrar/templates/application_no_other_contacts.html +++ b/src/registrar/templates/application_no_other_contacts.html @@ -2,7 +2,7 @@ {% load static field_helpers %} {% 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 %} {% endwith %} {% endblock %}