From e3d0a18bee31811b2199c496e3b1ebcc5b7c4ee0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 31 Jan 2022 09:34:13 +0100 Subject: [PATCH] Show internal category names in product list --- src/pretix/control/templates/pretixcontrol/items/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/index.html b/src/pretix/control/templates/pretixcontrol/items/index.html index 84baa4666..9274e48e5 100644 --- a/src/pretix/control/templates/pretixcontrol/items/index.html +++ b/src/pretix/control/templates/pretixcontrol/items/index.html @@ -46,7 +46,7 @@ {% for c in cat_list %} {% for i in c.list %} - {% if forloop.counter0 == 0 and i.category %}{{ i.category.name }}{% endif %} + {% if forloop.counter0 == 0 and i.category %}{{ i.category }}{% endif %} {% if not i.active %}{% endif %}