diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html index fbfba6a8e..fa1e0e0e9 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -262,7 +262,7 @@ {% endif %}
- {{ item.name }} + {{ item.name }} {% if item.description %}
{{ item.description|localize|rich_text }}