mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Show date on event dashboard
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>
|
<h1>
|
||||||
{{ request.event.name }}
|
{{ request.event.name }}
|
||||||
|
<small>
|
||||||
|
{% if request.event.has_subevents %}
|
||||||
|
{% trans "Event series" %}
|
||||||
|
{% else %}
|
||||||
|
{{ request.event.get_date_range_display }}
|
||||||
|
{% endif %}
|
||||||
|
</small>
|
||||||
</h1>
|
</h1>
|
||||||
{% if actions|length > 0 %}
|
{% if actions|length > 0 %}
|
||||||
<div class="panel panel-danger">
|
<div class="panel panel-danger">
|
||||||
|
|||||||
Reference in New Issue
Block a user