upstream/2025.7.1 #7

Merged
philipp merged 151 commits from upstream/2025.7.1 into master 2025-09-16 17:03:58 +00:00
Showing only changes of commit 6f920e6bcd - Show all commits

View File

@@ -60,11 +60,17 @@
</td>
<td>
{{ event.name }}
{% if not event.has_subevents and event.settings.show_dates_on_frontpage %}
<br>
{{ event.get_date_range_display }}
{% if event.settings.show_times %}
{{ event.date_from|date:"TIME_FORMAT" }}
{% if not event.has_subevents %}
{% if event.settings.show_dates_on_frontpage %}
<br>
{{ event.get_date_range_display }}
{% if event.settings.show_times %}
{{ event.date_from|date:"TIME_FORMAT" }}
{% endif %}
{% endif %}
{% if event.location %}
<br>
{{ event.location|oneline }}
{% endif %}
{% endif %}
</td>