Save changes

This commit is contained in:
Erin Song 2024-12-05 11:31:58 -08:00
parent 8154d25873
commit b9ea3d8846
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View file

@ -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 youd like us to know about your domain request? Provide details below. \
You can enter up to 2000 characters"
}
),
widget=forms.Textarea(),
validators=[
MaxLengthValidator(
2000,