From 2c069573dbb8009ce4b0b68205be0568deb83fe6 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 23 Sep 2022 16:14:23 +0100 Subject: [PATCH] update /user/storage.html template to use build-thumbnail filter. I, also, removed code made redundant by build-thumbnail filter. --- templates/user/storage.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}