Merge branch 'main' into jon/425

This commit is contained in:
Jon Roberts 2023-02-27 13:24:06 -07:00
commit e213c7388b
No known key found for this signature in database
GPG key ID: EED093582198B041
8 changed files with 62 additions and 15 deletions

View file

@ -662,11 +662,11 @@ OtherContactsFormSet = forms.formset_factory(
class NoOtherContactsForm(RegistrarForm):
no_other_contacts_rationale = forms.CharField(
required=False,
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(),
)