Show date on event dashboard

This commit is contained in:
Raphael Michel
2017-12-09 19:26:10 +01:00
parent c50a8e7740
commit f5bf2ac4ca

View File

@@ -7,6 +7,13 @@
{% block content %}
<h1>
{{ request.event.name }}
<small>
{% if request.event.has_subevents %}
{% trans "Event series" %}
{% else %}
{{ request.event.get_date_range_display }}
{% endif %}
</small>
</h1>
{% if actions|length > 0 %}
<div class="panel panel-danger">