diff --git a/src/pretix/control/templates/pretixcontrol/order/change_questions.html b/src/pretix/control/templates/pretixcontrol/order/change_questions.html index 02b4c7fc0..df298d912 100644 --- a/src/pretix/control/templates/pretixcontrol/order/change_questions.html +++ b/src/pretix/control/templates/pretixcontrol/order/change_questions.html @@ -46,11 +46,13 @@
{% for form in forms %} - {% if form.pos.item != pos.item %} - {# Add-Ons #} - + {{ form.pos.item }} - {% endif %} - {% bootstrap_form form layout="control" %} +
+ {% if form.pos.item != pos.item %} + {# Add-Ons #} + + {{ form.pos.item }} + {% endif %} + {% bootstrap_form form layout="control" %} +
{% endfor %}