mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Add very basic dashboards
This commit is contained in:
13
src/pretix/control/templates/pretixcontrol/dashboard.html
Normal file
13
src/pretix/control/templates/pretixcontrol/dashboard.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "pretixcontrol/base.html" %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Dashboard" %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{% trans "Dashboard" %}</h1>
|
||||
<p>
|
||||
There is nothing yet to see on this dashboard. If you have any ideas what to put here, just <a
|
||||
href="https://github.com/pretix/pretix/issues">tell us</a>!
|
||||
</p>
|
||||
<p>
|
||||
Probably, you are looking for your <a href="{% url "control:events" %}">events</a>.
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user