bia-fitness/templates/upload.html

6 lines
79 B
HTML
Raw Normal View History

2015-04-01 22:19:20 +00:00
<form method="post">
{% csrf_token %}
{{form}}
<input type="submit" />
</form>