2016-08-03 23:59:50 +00:00
|
|
|
<h4>
|
|
|
|
<label for="{{ field.id_for_label }}">{{ field.label }}</label>
|
|
|
|
{% if field.field.required %}
|
|
|
|
(*)
|
|
|
|
{% endif %}
|
|
|
|
</h4>
|
2016-07-19 21:31:13 +00:00
|
|
|
{{ field.errors }}
|
|
|
|
<div class="form-field {{ widget_class }}">{{ field }}</div>
|