mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Save changes
This commit is contained in:
parent
8154d25873
commit
b9ea3d8846
2 changed files with 2 additions and 7 deletions
|
@ -789,12 +789,7 @@ class AnythingElseForm(BaseDeletableRegistrarForm):
|
|||
anything_else = forms.CharField(
|
||||
required=True,
|
||||
label="Anything else?",
|
||||
widget=forms.Textarea(
|
||||
attrs={
|
||||
"aria-label": "Is there anything else you’d like us to know about your domain request? Provide details below. \
|
||||
You can enter up to 2000 characters"
|
||||
}
|
||||
),
|
||||
widget=forms.Textarea(),
|
||||
validators=[
|
||||
MaxLengthValidator(
|
||||
2000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue