mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 15:05:14 +02:00
remove the sr-only from label
This commit is contained in:
parent
1cab7537d7
commit
fcaff6c74c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue