From 845f917766d9c7ad7a26a6422beb0a9f7d1f3295 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Thu, 13 Aug 2026 14:41:37 +0200 Subject: [PATCH] Show "Additional order information" box only if questions exist, part two --- .../control/templates/pretixcontrol/order/change_questions.html | 2 +- .../presale/templates/pretixpresale/event/order_modify.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/change_questions.html b/src/pretix/control/templates/pretixcontrol/order/change_questions.html index ff44c6421a..25436f5a97 100644 --- a/src/pretix/control/templates/pretixcontrol/order/change_questions.html +++ b/src/pretix/control/templates/pretixcontrol/order/change_questions.html @@ -35,7 +35,7 @@ {% endif %} - {% if order_questions_form %} + {% if order_questions_form.fields %}

diff --git a/src/pretix/presale/templates/pretixpresale/event/order_modify.html b/src/pretix/presale/templates/pretixpresale/event/order_modify.html index c8208d10fa..f9879cdef2 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order_modify.html +++ b/src/pretix/presale/templates/pretixpresale/event/order_modify.html @@ -48,7 +48,7 @@

{% endif %} - {% if order_questions_form %} + {% if order_questions_form.fields %}