mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Show event time in event series cart
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.subevent %}
|
{% if line.subevent %}
|
||||||
<br /><span class="fa fa-calendar"></span> {{ line.subevent.name }} · {{ line.subevent.get_date_range_display }}
|
<br /><span class="fa fa-calendar"></span> {{ line.subevent.name }} · {{ line.subevent.get_date_range_display }}
|
||||||
|
{% if event.settings.show_times %}
|
||||||
|
<span class="fa fa-clock-o"></span>
|
||||||
|
{{ line.subevent.date_from|date:"TIME_FORMAT" }}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user