mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Split line length of long strong
This commit is contained in:
parent
1b034ba04b
commit
f79b4e58c7
1 changed files with 2 additions and 1 deletions
|
@ -526,7 +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 for a website, email, or something else? You can enter up to 2000 characters."
|
"aria-label": "What is the purpose of your requested domain? Describe how you’ll use your .gov domain. 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