symposion_app/pinaxcon/templates/forms/widget_basic.html
Christopher Neugebauer 504cf77574 Allows us to manage additional speakers from the admin (#58)
* Allows us to manage additional speakers from the admin

* Show speaker e-mail addresses. Fixes #57

* Denotes fields as required.
2016-08-04 09:59:50 +10:00

8 lines
211 B
HTML

<h4>
<label for="{{ field.id_for_label }}">{{ field.label }}</label>
{% if field.field.required %}
(*)
{% endif %}
</h4>
{{ field.errors }}
<div class="form-field {{ widget_class }}">{{ field }}</div>