Fix label on no_other_contacts_rationale

This commit is contained in:
Rachid Mrad 2024-01-10 19:52:37 -05:00
parent 2c4ad262b4
commit de2b073edc
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 4 additions and 3 deletions

View file

@ -791,9 +791,7 @@ class NoOtherContactsForm(RegistrarForm):
required=True,
# label has to end in a space to get the label_suffix to show
label=(
"You dont need to provide names of other employees now, but it may "
"slow down our assessment of your eligibility. Describe why there are "
"no other employees who can help verify your request."
"No other employees rationale"
),
widget=forms.Textarea(),
validators=[

View file

@ -88,6 +88,9 @@
<legend>
<h2>No other employees from your organization?</h2>
</legend>
<p>You don't need to provide names of other employees now, but it may
slow down our assessment of your eligibility. Describe why there are
no other employees who can help verify your request.</p>
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.2.no_other_contacts_rationale %}
{% endwith %}