Files
pretix_cgo/src/pretix/control/templates/pretixcontrol/event/base.html
Raphael Michel 09a9d610f8 Make navigation structure more approachable to new users (#1083)
* Move event selector to sidebar

* Unify navigation

* Fix confusing icons
2018-11-12 11:30:36 +01:00

5 lines
130 B
HTML

{% extends "pretixcontrol/base.html" %}
{% load i18n %}
{% load static %}
{% block title %}{{ request.event.name }}{% endblock %}