From e1e9c94576ed2b421e904aafba46ffaabb274ca6 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Fri, 2 Jun 2023 09:19:53 +0200 Subject: [PATCH] remove from add_on step as too complex there --- .../templates/pretixpresale/event/fragment_addon_choice.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html index 233b3223f7..775730955f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -193,7 +193,6 @@
1 %}data-min="{{ item.min_per_order }}"{% endif %} {% if var.initial %}value="{{ var.initial }}"{% endif %} {% if item.free_price %} data-checked-onchange="price-variation-{{form.pos.pk}}-{{ item.pk }}-{{ var.pk }}" @@ -327,7 +326,6 @@
1 %}data-min="{{ item.min_per_order }}"{% endif %} {% if item.free_price %} data-checked-onchange="price-item-{{ form.pos.pk }}-{{ item.pk }}" {% endif %}