mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
handling of form when no options selected; initial styling of form elements
This commit is contained in:
parent
2e737bf4d8
commit
b15c21c398
3 changed files with 29 additions and 17 deletions
|
@ -736,8 +736,9 @@ 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."
|
||||
"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."
|
||||
),
|
||||
widget=forms.Textarea(),
|
||||
validators=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue