Hide time on list of events for event series

This commit is contained in:
Raphael Michel
2020-02-05 17:30:15 +01:00
parent da68cb618e
commit b387fba5f4

View File

@@ -68,7 +68,7 @@
</td> </td>
<td> <td>
{{ e.daterange|default:e.get_date_range_display }} {{ e.daterange|default:e.get_date_range_display }}
{% if e.settings.show_times %} {% if e.settings.show_times and not e.has_subevents %}
{% timezone e.tzname %} {% timezone e.tzname %}
<br><small class="text-muted"> <br><small class="text-muted">
{{ e.date_from|date:"TIME_FORMAT" }} {{ e.date_from|date:"TIME_FORMAT" }}