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

@@ -886,14 +886,16 @@ DEFAULTS = {
'serializer_kwargs': dict(
choices=(
('list', _('List')),
('calendar', _('Calendar'))
('week', _('Week calendar')),
('calendar', _('Month calendar')),
)
),
'form_kwargs': dict(
label=_('Default overview style'),
choices=(
('list', _('List')),
('calendar', _('Calendar'))
('week', _('Week calendar')),
('calendar', _('Month calendar')),
)
),
},