mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Item form: Smaller description field
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user