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 ba2dc5e6a..3f0407710 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 }}