diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/categories.html | 2 |
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> |