From 9df8e363c9b22ab47164441dd70e66c85e63ade0 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 3 Oct 2022 08:04:37 +0100 Subject: [PATCH] update dashboard.html template (add thumbnails to Storage section). --- templates/user/dashboard.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index fb29afd..febfeb4 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -44,7 +44,7 @@
-

Storage

+

Storage

+
{% for item in storage-files %}
-

{{item.name | safe}}

+
+ {{item.name}} +

{{item.name | safe}}

+