From 30e0f5ebc78da8898db65d9020f7374fe868ae81 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 11 Aug 2020 17:54:52 +0200 Subject: [PATCH] Show seat in checkout_question-fragment when adequate --- .../pretixpresale/event/checkout_questions.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index 9715a82fa..d87e44ba6 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -72,6 +72,20 @@
+ {% if pos.seat %} +
+ +
+ + + + {{ pos.seat }} +
+
+ {% endif %} {% if pos.addons.all %}