Project

General

Profile

Download (222 Bytes) Statistics
| Branch: | Tag: | Revision:
{% load widget_tweaks %}

<form action="{{ request.get_full_path }}" method="post">
{% csrf_token %}
{% for field in form %}
<p>
{{ field.errors }}
{{ field.label_tag }} {{ field }}
</p>
{% endfor %}
</form>
(10-10/15)