Item form: Smaller description field

This commit is contained in:
Raphael Michel
2019-03-13 11:26:13 +01:00
parent 875d79536b
commit 2c91a17927

View File

@@ -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=(