From 9080734227040dff353c0f78cdcaafd95a115b76 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 9 Apr 2016 09:45:56 +0200 Subject: Bug fix: unorderable types when listing the categories. --- src/web/templates/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates') diff --git a/src/web/templates/categories.html b/src/web/templates/categories.html index a61cc4b2..4985e0ca 100644 --- a/src/web/templates/categories.html +++ b/src/web/templates/categories.html @@ -17,7 +17,7 @@ - {% for category in categories|sort(attribute="name") %} + {% for category in categories %} {{ loop.index }} {{ category.name }} -- cgit