mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 14:34:43 +02:00
get rid of asterisk in no other contacts page
This commit is contained in:
parent
7cc6731a61
commit
6bd61743fb
2 changed files with 4 additions and 1 deletions
|
@ -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(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue