From 8251e2900f16cd8d6d5559c2ee4721b31d5e3128 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 28 Dec 2023 19:05:22 +0100 Subject: [PATCH] Add: basic submission file upload template --- archivist/apps/templates/files/upload.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 archivist/apps/templates/files/upload.html diff --git a/archivist/apps/templates/files/upload.html b/archivist/apps/templates/files/upload.html new file mode 100644 index 0000000..6f3dc19 --- /dev/null +++ b/archivist/apps/templates/files/upload.html @@ -0,0 +1,5 @@ +
+ {% csrf_token %} + {{ form.as_p }} + +
\ No newline at end of file