forked from CGM_Public/pretix_original
Allow to show description of add-on product variations by default
This commit is contained in:
@@ -1194,6 +1194,10 @@ class DisplaySettingsForm(SettingsForm):
|
||||
label=_("Show variations of a product expanded by default"),
|
||||
required=False
|
||||
)
|
||||
addon_variation_description_collapsed = forms.BooleanField(
|
||||
label=_("Collapse descriptions of variations of add-on products"),
|
||||
required=False
|
||||
)
|
||||
frontpage_subevent_ordering = forms.ChoiceField(
|
||||
label=pgettext('subevent', 'Date ordering'),
|
||||
choices=[
|
||||
|
||||
Reference in New Issue
Block a user