benchtopdevices/benchtopdevices/sheets/templates/sheets/upload.html

8 lines
185 B
HTML

<form action="." method="post" enctype="multipart/form-data">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Submit">
</form>