mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Fix linter errors
This commit is contained in:
parent
f79b4e58c7
commit
d6789ba2ca
1 changed files with 2 additions and 2 deletions
|
@ -526,8 +526,8 @@ class PurposeForm(RegistrarForm):
|
||||||
label="Purpose",
|
label="Purpose",
|
||||||
widget=forms.Textarea(
|
widget=forms.Textarea(
|
||||||
attrs={
|
attrs={
|
||||||
"aria-label": "What is the purpose of your requested domain? Describe how you’ll use your .gov domain. Will it be used \
|
"aria-label": "What is the purpose of your requested domain? Describe how you’ll use your .gov domain. \
|
||||||
for a website, email, or \something else? You can enter up to 2000 characters."
|
Will it be used for a website, email, or something else? You can enter up to 2000 characters."
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
validators=[
|
validators=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue