From 5bfced9f47347e3da859584637c30df1aa348fcd Mon Sep 17 00:00:00 2001 From: luelista Date: Mon, 28 Apr 2025 17:28:13 +0200 Subject: [PATCH] Fix mismatched headline level in fragment_product_list.html --- .../templates/pretixpresale/event/fragment_product_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fbfba6a8e9..fa1e0e0e94 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 }}