handling of form when no options selected; initial styling of form elements

This commit is contained in:
David Kennedy 2024-01-04 07:27:05 -05:00
parent 2e737bf4d8
commit b15c21c398
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 29 additions and 17 deletions

View file

@ -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=[