Show event time in list of events on organizer page

This commit is contained in:
Raphael Michel
2019-12-11 09:11:54 +01:00
parent 2284def607
commit d33c9332c6

View File

@@ -67,6 +67,14 @@
</td>
<td>
{{ e.daterange|default:e.get_date_range_display }}
{% if e.settings.show_times %}
<br><small class="text-muted">
{{ e.date_from|date:"TIME_FORMAT" }}
{% if e.settings.show_date_to and e.date_to and e.date_to.date == e.date_from.date %}
{{ e.date_to|date:"TIME_FORMAT" }}
{% endif %}
</small>
{% endif %}
</td>
<td>
{% if e.has_subevents %}