diff --git a/storage/templates/item.html b/storage/templates/item.html index 345ec8e..af2aa51 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -55,7 +55,7 @@

Children

- {% for child in children %} + {% for child in children|dictsort:"name" %} {% empty %}
{{ child.name }}
No children