Files @ c6314ae230da
Branch filter:

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

Sachi King
DJ 1.11 support has improved upstream

We can now force to released versions with 1.11 support.
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>