mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 14:34:43 +02:00
Update key personnel language
This commit is contained in:
parent
2b902be00f
commit
ffedcac439
5 changed files with 51 additions and 3 deletions
|
@ -660,6 +660,18 @@ OtherContactsFormSet = forms.formset_factory(
|
|||
)
|
||||
|
||||
|
||||
class NoOtherContactsForm(RegistrarForm):
|
||||
no_other_contacts_rationale = forms.CharField(
|
||||
required=False,
|
||||
# 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."
|
||||
),
|
||||
widget=forms.Textarea(),
|
||||
)
|
||||
|
||||
|
||||
class SecurityEmailForm(RegistrarForm):
|
||||
security_email = forms.EmailField(
|
||||
required=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue