bia-fitness/templates/upload.html

6 lines
135 B
HTML
Raw Normal View History

2015-04-02 21:58:26 +00:00
<form action="." method="post" enctype="multipart/form-data">
2015-04-01 22:19:20 +00:00
{% csrf_token %}
{{form}}
2015-04-02 21:58:26 +00:00
<input type="submit" value="Upload" />
2015-04-01 22:19:20 +00:00
</form>