mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
Make anything else required
This commit is contained in:
parent
6e33dcfbe1
commit
78c0f470f2
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ class CisaRepresentativeYesNoForm(RegistrarForm):
|
|||
|
||||
class AdditionalDetailsForm(BaseDeletableRegistrarForm):
|
||||
anything_else = forms.CharField(
|
||||
required=False,
|
||||
required=True,
|
||||
label="Anything else?",
|
||||
widget=forms.Textarea(),
|
||||
validators=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue