From 052628cde2d29f6de93abc761070193fa9b71040 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 22 Feb 2023 13:11:59 +0000 Subject: [PATCH] Fix page numbering --- training/templates/item_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}