Compare commits

...
Author SHA1 Message Date
Raphael Michel 47316e3f72 Event header: Remove date directly above other date
This removes the date from the <h2> option used when a header image is
uploaded and the header should still be shown. Rendering the date here
makes little sense, since the infobox with the date is always just a few
lines below. It still makes sense for the <h1> option where it becomes
part of the site header.
2026-09-04 17:57:23 +02:00
Raphael Michel 3f9d0bb781 Revert "Event header: Fix wrapping of date in h2 header (Z#23245589)"
This reverts commit 3d25316fe3.
2026-09-04 17:57:09 +02:00
Raphael Michel 3d25316fe3 Event header: Fix wrapping of date in h2 header (Z#23245589)
This was already correct if the header was a h1
2026-09-04 17:55:03 +02:00
@@ -135,9 +135,6 @@
{% if event_logo and event_logo_show_title %}
<h2 class="content-header">
{{ event.name }}
{% if request.event.settings.show_dates_on_frontpage %}
<small>{{ event.get_date_range_display_as_html }}</small>
{% endif %}
</h2>
{% endif %}
{% if frontpage_text %}