diff --git a/src/pretix/control/templates/pretixcontrol/items/questions.html b/src/pretix/control/templates/pretixcontrol/items/questions.html index 475c1c4436..8dd8e59ad5 100644 --- a/src/pretix/control/templates/pretixcontrol/items/questions.html +++ b/src/pretix/control/templates/pretixcontrol/items/questions.html @@ -20,7 +20,7 @@ {% endif %}

{% trans "Per-ticket questions" %}

-

{% trans "These questions are asked for every ticket, so possible multiple times in the same order." %}

+

{% trans "These questions are asked for every ticket, so possibly multiple times in the same order." %}

diff --git a/src/pretix/presale/templates/pretixpresale/event/order_modify.html b/src/pretix/presale/templates/pretixpresale/event/order_modify.html index 6685e56f6e..c8208d10fa 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order_modify.html +++ b/src/pretix/presale/templates/pretixpresale/event/order_modify.html @@ -48,6 +48,18 @@ {% endif %} + {% if order_questions_form %} +
+ +

+ {% trans "Additional order information" %} +

+
+
+ {% bootstrap_form order_questions_form layout="checkout" %} +
+
+ {% endif %} {% for pos, forms in formgroups %}