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