From 47316e3f729ef6a6883887f77fb19c12319a52ba Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 4 Sep 2026 17:57:23 +0200 Subject: [PATCH] Event header: Remove date directly above other date This removes the date from the

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

option where it becomes part of the site header. --- src/pretix/presale/templates/pretixpresale/event/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 6af24a65a..be7c8d8e7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -135,9 +135,6 @@ {% if event_logo and event_logo_show_title %}

{{ event.name }} - {% if request.event.settings.show_dates_on_frontpage %} - {{ event.get_date_range_display_as_html }} - {% endif %}

{% endif %} {% if frontpage_text %}