Merge branch 'dk/903-delete-other-contacts' of https://github.com/cisagov/manage.get.gov into dk/903-delete-other-contacts

This commit is contained in:
David Kennedy 2024-01-10 19:53:22 -05:00
commit 8f59980afd
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -88,6 +88,9 @@
<legend> <legend>
<h2>No other employees from your organization?</h2> <h2>No other employees from your organization?</h2>
</legend> </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" %} {% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.2.no_other_contacts_rationale %} {% input_with_errors forms.2.no_other_contacts_rationale %}
{% endwith %} {% endwith %}