From 246e7c9443b90d3c2fbfe5e8303e07253887f6fa Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Wed, 10 Feb 2021 18:03:09 +0100 Subject: [PATCH] added aria-labels to category-sections --- .../templates/pretixpresale/event/fragment_product_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 43366641f0..3b033417de 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -6,11 +6,11 @@ {% load eventsignal %} {% load rich_text %} {% for tup in items_by_category %} -
+ {% if tup.0 %}

{{ tup.0.name }}

{% if tup.0.description %} -

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

+
{{ tup.0.description|localize|rich_text }}
{% endif %} {% endif %} {% for item in tup.1 %}