{% load widget_tweaks %}
<form action="{{ request.get_full_path }}" method="post">
{% csrf_token %}
{{ form.as_p }}
</form>