diff --git a/templates/user/storage.html b/templates/user/storage.html index a80f19c..16f6718 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -26,10 +26,9 @@ {% for item in files %}

- - - - {{item.name}} + + {{item.name}} + {% if roles.administrator %}

@@ -37,8 +36,8 @@
- - + +
{% endif %}