mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
updates
This commit is contained in:
parent
6b8dd020f3
commit
fa31b1eebe
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ class CisaRepresentativeYesNoForm(BaseYesNoForm):
|
||||||
|
|
||||||
class AnythingElseForm(BaseDeletableRegistrarForm):
|
class AnythingElseForm(BaseDeletableRegistrarForm):
|
||||||
anything_else = forms.CharField(
|
anything_else = forms.CharField(
|
||||||
required=True,
|
required=False,
|
||||||
label="Anything else?",
|
label="Anything else?",
|
||||||
widget=forms.Textarea(),
|
widget=forms.Textarea(),
|
||||||
validators=[
|
validators=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue