From 076ebd58f97d7cacd3ddcfd11d22bddc9c99b3fe Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Wed, 12 Aug 2026 22:42:33 +0200 Subject: [PATCH] Show "Additional order information" box only if questions exist --- .../templates/pretixpresale/event/checkout_questions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index 6af8a57e38..5f881f0646 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -68,7 +68,7 @@ {% endif %} - {% if order_questions_form %} + {% if order_questions_form.fields %}