From ac16d9d90050e4254150ef58bbf5a628f0dc662d Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Mon, 12 Jul 2021 16:12:07 +0200 Subject: [PATCH] Event calendar: Fix duplicate hidden inputs in week select form (#2152) --- .../templates/pretixpresale/organizers/calendar_week.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/organizers/calendar_week.html b/src/pretix/presale/templates/pretixpresale/organizers/calendar_week.html index 742e05d085..0b02c9c48c 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/calendar_week.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/calendar_week.html @@ -79,11 +79,6 @@ {% endif %} - {% for f, v in request.GET.items %} - {% if f != "month" and f != "year" %} - - {% endif %} - {% endfor %} {% include "pretixpresale/fragment_week_calendar.html" with show_avail=request.organizer.settings.event_list_availability %}