Week calendar and more improvements to subevent calendars (#1672)

This commit is contained in:
Raphael Michel
2020-05-07 15:48:47 +02:00
committed by GitHub
parent 6a4c81ff3c
commit de9c450648
28 changed files with 796 additions and 106 deletions

View File

@@ -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(