let's try textarea

This commit is contained in:
CocoByte 2025-03-11 18:14:54 -06:00
parent 54d8859064
commit 29a48cb7f2
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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):