mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-21 16:24:03 +00:00
9 lines
280 B
HTML
9 lines
280 B
HTML
<form action="_upload/" id="mix-upload-form" class="dropzone">
|
|
{% csrf_token %}
|
|
<input type="hidden" name="upload-hash">
|
|
<div class="fallback">
|
|
Your browser is too old for uploading file <br/>
|
|
Please come back with Chrome or Firefox
|
|
</div>
|
|
</form>
|