From a89686c05ff35e496b55c2081e4dc5814bb552f0 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 19 Sep 2022 22:58:16 +0100 Subject: [PATCH] add file uploads section to /user/dashboard.html template. --- templates/user/dashboard.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index e8bf240..900c1c9 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -5,11 +5,27 @@
Create Page Manage Pages - Upload File Manage Files {% if roles.administrator %} Manage Users {% endif %}
+
+

File Upload

+
+ + + + +
+ +
+ + + + +
+
+ {% endblock %}