mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Week calendar and more improvements to subevent calendars (#1672)
This commit is contained in:
@@ -290,7 +290,8 @@ class OrganizerSettingsForm(SettingsForm):
|
||||
label=_('Default overview style'),
|
||||
choices=(
|
||||
('list', _('List')),
|
||||
('calendar', _('Calendar'))
|
||||
('week', _('Week calendar')),
|
||||
('calendar', _('Month calendar')),
|
||||
)
|
||||
)
|
||||
event_list_availability = forms.BooleanField(
|
||||
|
||||
Reference in New Issue
Block a user