From a1ad00a30c837e9bbf68d4e646842ca5725fca5a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 9 Jan 2020 10:19:32 +0100 Subject: [PATCH] Add anchors for products/categories --- .../pretixpresale/event/fragment_product_list.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 2b0780b545..9b1e338fc9 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -8,14 +8,15 @@ {% for tup in items_by_category %}
{% if tup.0 %} -

{{ tup.0.name }}

+

{{ tup.0.name }}

{% if tup.0.description %}

{{ tup.0.description|localize|rich_text }}

{% endif %} {% endif %} {% for item in tup.1 %} {% if item.has_variations %} -
+
{% if item.picture %} @@ -171,7 +172,7 @@
{% else %} -
+
{% if item.picture %}