From eb3eca45b52f9d7a0116cc7f6edc7a1d67087b78 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 1 Jun 2023 16:12:54 +0200 Subject: [PATCH] Checkout/Addon: fix spinner button class name --- .../templates/pretixpresale/event/fragment_addon_choice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5dc2fe9eb0..775730955f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -335,7 +335,7 @@ id="cp_{{ form.pos.pk }}_item_{{ item.id }}" aria-label="{% blocktrans with item=item.name %}Quantity of {{ item }} to order{% endblocktrans %}" {% if item.description %} aria-describedby="cp-{{ form.pos.pk }}-item-{{ item.id }}-description"{% endif %}> - + {% endif %}