aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/categories.html')
-rw-r--r--src/web/templates/categories.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</tr>
</thead>
<tbody>
- {% for category in categories|sort(attribute="name") %}
+ {% for category in categories %}
<tr>
<td>{{ loop.index }}</td>
<td>{{ category.name }}</td>
bgstack15