mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Revert "Allow to show description of add-on product variations by default"
This reverts commit 8d674965d1.
This commit is contained in:
@@ -1207,10 +1207,6 @@ 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