forked from CGM_Public/pretix_original
Show event time in list of events on organizer page
This commit is contained in:
@@ -67,6 +67,14 @@
|
|||||||
</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 %}
|
||||||
|
<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>
|
||||||
<td>
|
<td>
|
||||||
{% if e.has_subevents %}
|
{% if e.has_subevents %}
|
||||||
|
|||||||
Reference in New Issue
Block a user