From d091d3fd17d39d1dbaec33e124321d11b475569a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 8 Oct 2018 11:20:15 +0200 Subject: [PATCH] Show subevent in questions form --- .../pretixpresale/event/checkout_questions.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index 8676da65d..3927e9027 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -80,6 +80,18 @@ {% endif %} + {% if pos.subevent %} +
+ +
+
    + {{ pos.subevent.name }} · {{ pos.subevent.get_date_range_display }} +
+
+
+ {% endif %} {% for form in forms %} {% if form.pos.item != pos.item %} {# Add-Ons #}