mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
Update application_wizard.py
This commit is contained in:
parent
b601b58c70
commit
f6deb85e39
1 changed files with 1 additions and 2 deletions
|
@ -665,8 +665,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=(
|
||||||
"If you can’t provide other contacts for your organization,"
|
"Please explain why there are no other employees from your organization that we can contact."
|
||||||
" please explain why."
|
|
||||||
),
|
),
|
||||||
widget=forms.Textarea(),
|
widget=forms.Textarea(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue