forked from CGM_Public/pretix_original
Event dashboard: Make comment text box larger
This commit is contained in:
@@ -1396,7 +1396,7 @@ class CommentForm(I18nModelForm):
|
||||
fields = ['comment']
|
||||
widgets = {
|
||||
'comment': forms.Textarea(attrs={
|
||||
'rows': 3,
|
||||
'rows': 6,
|
||||
'class': 'helper-width-100',
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user