mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
List and calendar for all organizers
This commit is contained in:
@@ -135,7 +135,7 @@ class OrganizerSettingsForm(SettingsForm):
|
||||
)
|
||||
|
||||
event_list_type = forms.ChoiceField(
|
||||
label=_('Event overview stile'),
|
||||
label=_('Default overview style'),
|
||||
choices=(
|
||||
('list', _('List')),
|
||||
('calendar', _('Calendar'))
|
||||
|
||||
Reference in New Issue
Block a user