From a29d69d8f74b3c97c2d2d194bae61edf53dc3f57 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 19 Oct 2022 17:35:40 +0200 Subject: [PATCH] Fix subevent calender closed after month switch --- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index f37200bf0b..e5dd87eaf8 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -70,7 +70,7 @@ {% endif %} {% endif %} - {% if subevent and "year" not in request.GET %} + {% if subevent and "date" not in request.GET %}

{% if show_cart %}