From a285b3bca577b1b8a3ccd7f0b393964d1cf645f3 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 27 Sep 2022 08:49:03 +0200 Subject: [PATCH] Fix subevent dropdown in check-in filter-form --- .../control/templates/pretixcontrol/checkin/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/checkin/index.html b/src/pretix/control/templates/pretixcontrol/checkin/index.html index 8bf1c7116..63d6ef332 100644 --- a/src/pretix/control/templates/pretixcontrol/checkin/index.html +++ b/src/pretix/control/templates/pretixcontrol/checkin/index.html @@ -72,10 +72,10 @@ {% else %}
- + {% for field in filter_form %} + {{ field.as_hidden }} + {% endfor %} + {% csrf_token %}