From d29380992c07fbc045ff4ce40fad2bcbd4931789 Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Tue, 9 Nov 2021 18:15:53 +0100 Subject: [PATCH] update --- templates/categories/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/categories/list.html b/templates/categories/list.html index c2aa29b..f50d094 100644 --- a/templates/categories/list.html +++ b/templates/categories/list.html @@ -7,14 +7,14 @@

{{ terms | length }} categories in total

- {% for category in terms %}
+ {% for category in terms %} {{category.name}} {{ category.pages | length }} -
{% endfor %} + {% endblock content %}