Quota and check-in list list: Include time of subevent

This commit is contained in:
Raphael Michel
2020-09-18 13:11:44 +02:00
parent bfa20e995a
commit 1e2b305376
2 changed files with 6 additions and 2 deletions

View File

@@ -98,7 +98,9 @@
</td>
{% if request.event.has_subevents %}
{% if cl.subevent %}
<td>{{ cl.subevent.name }} {{ cl.subevent.get_date_range_display }}</td>
<td>
{{ cl.subevent.name }} {{ cl.subevent.get_date_range_display }} {{ cl.subevent.date_from|date:"TIME_FORMAT" }}
</td>
{% else %}
<td>
<em>{% trans "All" %}</em>