From 3b49fbf6e049b0d2339e089e4dd5dd31e8e36a6f Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 30 Sep 2022 08:35:37 +0100 Subject: [PATCH] update dashboard.html template (start expanding the Storage part). This code is buggy but it is a start. This is an end-of-session commit hence the buggy state being left as it is. --- templates/user/dashboard.html | 64 +++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 17 deletions(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index fbe6b01..01ebd36 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -21,25 +21,55 @@ Storage Files Index -
-
- - - -
+
+
+
+ + + +
+
+
+
+ {% for item in storage-files %} +
+

{{item.name | safe}}

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

Archive