diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html index 47c96db8e3..6e81da7eb3 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html @@ -6,9 +6,12 @@ {% load money %} {% load thumb %} {% block inner %} -
- {% trans "For some of the products in your cart, you can choose additional options before you continue." %} -
+ + {% if forms %} ++ {% trans "For some of the products in your cart, you can choose additional options before you continue." %} +
+ {% endif %}