Files @ 2642c0311574
Branch filter:

Location: symposion_app/pinaxcon/templates/forms/widget_basic.html

Sachi King
Sneak 2017 into the list of previous years
1
2
3
4
5
6
7
8
<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>