Update application_wizard.py

This commit is contained in:
Michelle Rago 2023-02-23 13:06:03 -05:00 committed by GitHub
parent b601b58c70
commit f6deb85e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -665,8 +665,7 @@ class NoOtherContactsForm(RegistrarForm):
required=True,
# label has to end in a space to get the label_suffix to show
label=(
"If you cant provide other contacts for your organization,"
" please explain why."
"Please explain why there are no other employees from your organization that we can contact."
),
widget=forms.Textarea(),
)