mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
Merge branch 'main' into jon/425
This commit is contained in:
commit
e213c7388b
8 changed files with 62 additions and 15 deletions
|
@ -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 can’t 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(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue