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 b6c5f784d6..3c4d60212e 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -6,12 +6,12 @@ {% 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 }}
- {% endif %} +
+

+ {% if tup.0 %}{{ tup.0.name }}{% else %}{% trans "Uncategorized items" %}{% endif %} +

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