mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 04:23:19 +02:00
repair
This commit is contained in:
parent
29a48cb7f2
commit
d148e50cdf
1 changed files with 7 additions and 1 deletions
|
@ -659,7 +659,13 @@ class DomainDsdataForm(forms.Form):
|
||||||
error_messages={
|
error_messages={
|
||||||
"required": "Digest is required.",
|
"required": "Digest is required.",
|
||||||
},
|
},
|
||||||
widget=forms.TextArea(attrs={"class": "text-wrap word-break", "rows": "2"}),
|
widget=forms.Textarea(
|
||||||
|
attrs={
|
||||||
|
"class": "text-wrap",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue