This repository has been archived on 2023-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
django-pyvows/sandbox/templates/name.html
2015-07-19 12:20:37 +02:00

6 lines
129 B
HTML

<form action="/post-name/" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Submit" />
</form>