From 28db0309086cce3008d6260c8a1e2eaa6816c59d Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Mon, 11 Mar 2024 11:22:30 +0100 Subject: [PATCH] fix add-on-exclusive --- .../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 ba2dc5e6a3..3f0407710e 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -6,7 +6,7 @@ {% load eventsignal %} {% load rich_text %} {% for c in form.categories %} - + {{ c.category.name }} {% if c.category.description %} {{ c.category.description|rich_text }}