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 %}