mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Hide time on list of events for event series
This commit is contained in:
@@ -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" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user