From bb35111dc9bc45f75f35274edcb14a17cf7743d4 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 25 Sep 2022 22:01:18 +0100 Subject: [PATCH] remove single file upload from dashboard and storage HTML templates. From an end-user perspective, I don't think Nic will care about the difference. She'll want the easiest option and uploading a single file via the multi-upload form -- with no file name input -- is the easiest way to go about this. I say this without actually speaking to her about this so I might be wrong on this and need to go back in and change things. --- templates/user/dashboard.html | 13 ------------- templates/user/storage.html | 30 +++++++++++------------------- 2 files changed, 11 insertions(+), 32 deletions(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index b6e6486..0ef6508 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -15,19 +15,6 @@

File Upload

-
- - - - - -
- -

Multi-File Upload

Storage Files
-

File Upload

- - - - - - - - - -
- - -

Warning: This will overwrite any files stored on the server with the same name.

- - -
+

File Upload

+

+ Warning: This will overwrite any files stored on the server with the same name. +

+
+ + + +
+

Storage Files

{% for item in files %}

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