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