From 2c91a17927bb2383a0f081bdcb91a904f45cb2c9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 13 Mar 2019 11:26:13 +0100 Subject: [PATCH] Item form: Smaller description field --- src/pretix/control/forms/item.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/control/forms/item.py b/src/pretix/control/forms/item.py index 31b5a9359..49345c66f 100644 --- a/src/pretix/control/forms/item.py +++ b/src/pretix/control/forms/item.py @@ -326,6 +326,7 @@ class ItemUpdateForm(I18nModelForm): 'over 65. This ticket includes access to all parts of the event, except the VIP ' 'area.' ) + self.fields['description'].widget.attrs['rows'] = '4' self.fields['sales_channels'] = forms.MultipleChoiceField( label=_('Sales channels'), choices=(