get rid of asterisk in no other contacts page

This commit is contained in:
Kristina Yin 2023-11-21 19:59:36 -08:00
parent 7cc6731a61
commit 6bd61743fb
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
2 changed files with 4 additions and 1 deletions

View file

@ -610,7 +610,8 @@ class NoOtherContactsForm(RegistrarForm):
required=True,
# label has to end in a space to get the label_suffix to show
label=(
"Please explain why there are no other employees from your organization we can contact to help us assess your eligibility for a .gov domain."
"Please explain why there are no other employees from your organization "
"we can contact to help us assess your eligibility for a .gov domain."
),
widget=forms.Textarea(),
)