mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:31:07 -05:00
ok
This commit is contained in:
@@ -85,7 +85,7 @@ class ParkForm(forms.ModelForm):
|
||||
}),
|
||||
'description': forms.Textarea(attrs={
|
||||
'class': 'w-full border-gray-300 rounded-lg form-textarea dark:border-gray-600 dark:bg-gray-700 dark:text-white',
|
||||
'rows': 4
|
||||
'rows': 2
|
||||
}),
|
||||
'owner': forms.Select(attrs={
|
||||
'class': 'w-full border-gray-300 rounded-lg form-select dark:border-gray-600 dark:bg-gray-700 dark:text-white'
|
||||
|
||||
Reference in New Issue
Block a user