Add: basic submission file upload template
This commit is contained in:
parent
efb3df4894
commit
8251e2900f
1 changed files with 5 additions and 0 deletions
5
archivist/apps/templates/files/upload.html
Normal file
5
archivist/apps/templates/files/upload.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<form method="post" enctype="multipart/form-data">
|
||||||
|
{% csrf_token %}
|
||||||
|
{{ form.as_p }}
|
||||||
|
<button type="submit">Upload</button>
|
||||||
|
</form>
|
Loading…
Reference in a new issue