Show end time in subevent list (Z#23237612)

This commit is contained in:
Kara Engelhardt
2026-07-03 15:55:23 +02:00
parent 943b319557
commit 086b165b27
@@ -19,6 +19,12 @@
<span class="sr-only">{% trans "Time of day" %}</span>
<time datetime="{{ subev.date_from.isoformat }}">{{ subev.date_from|date:"TIME_FORMAT" }}</time>
</span>
{% if subev.event.settings.show_date_to and subev.date_to %}
<span data-time="{{ subev.date_to.isoformat }}" data-timezone="{{ event.timezone }}" data-time-short>
<span aria-hidden="true"></span><span class="sr-only">{% trans "until" context "timerange" %}</span>
<time datetime="{{ subev.date_to.time.isoformat }}">{{ subev.date_to|date:"TIME_FORMAT" }}</time>
</span>
{% endif %}
{% endif %}
</p>
<p class="col-md-3 col-xs-6">