From 013a065132d1239b10d3c8852abdae41566f4b00 Mon Sep 17 00:00:00 2001 From: luelista Date: Tue, 29 Apr 2025 15:25:15 +0200 Subject: [PATCH] Fix mismatched headline level in fragment_product_list.html (#5048) --- .../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 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 }}