From 9295abb80eae91941fcaf2f5a4a9056eec8ba9c5 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Mon, 9 Aug 2021 15:13:19 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20item=E2=80=99s=20panel-title=20in=20check?= =?UTF-8?q?out=20questions:=20move=20variation=20to=20name=20(#2172)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/pretixpresale/event/checkout_questions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index c7afe9e6d0..8e0bfd686a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -56,10 +56,10 @@

- {{ pos.item.name }} + {{ pos.item.name }} {% if pos.variation %} – {{ pos.variation }} - {% endif %} + {% endif %} {% if forloop.counter > 1 %} {% if event.settings.checkout_show_copy_answers_button %}