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

View File

@@ -1,5 +1,6 @@
{% extends "pretixcontrol/base.html" %}
{% load i18n %}
{% load eventurl %}
{% block title %}{% trans "Organizers" %}{% endblock %}
{% block content %}
<h1>{% trans "Organizers" %}</h1>