Run linter

This commit is contained in:
Erin Song 2024-11-21 11:27:43 -08:00
parent bb2215bd75
commit 1b034ba04b
No known key found for this signature in database

View file

@ -524,9 +524,11 @@ class DotGovDomainForm(RegistrarForm):
class PurposeForm(RegistrarForm):
purpose = forms.CharField(
label="Purpose",
widget=forms.Textarea(attrs={
'aria-label': 'What is the purpose of your requested domain? Describe how youll use your .gov domain. Will it be used for a website, email, or something else? You can enter up to 2000 characters.'
}),
widget=forms.Textarea(
attrs={
"aria-label": "What is the purpose of your requested domain? Describe how youll use your .gov domain. Will it be used for a website, email, or something else? You can enter up to 2000 characters."
}
),
validators=[
MaxLengthValidator(
2000,