List and calendar for all organizers

This commit is contained in:
Raphael Michel
2017-08-24 17:13:22 +02:00
parent cd6b1a2327
commit d697381d8b
7 changed files with 58 additions and 32 deletions

View File

@@ -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'))