mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 20:13:46 +02:00
let's try textarea
This commit is contained in:
parent
54d8859064
commit
29a48cb7f2
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ class DomainDsdataForm(forms.Form):
|
|||
error_messages={
|
||||
"required": "Digest is required.",
|
||||
},
|
||||
widget=forms.TextInput(attrs={"class": "text-wrap"}),
|
||||
widget=forms.TextArea(attrs={"class": "text-wrap word-break", "rows": "2"}),
|
||||
)
|
||||
|
||||
def clean(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue