diff --git a/training/templates/item_list.xml b/training/templates/item_list.xml index b80d5351..576eaed1 100644 --- a/training/templates/item_list.xml +++ b/training/templates/item_list.xml @@ -4,7 +4,6 @@

TEC Training Item List

{% for category in categories %} -

{{category}}

{% for item in category.items.all %} @@ -22,4 +21,5 @@ {% endfor %} {% endfor %} + {% endblock %}