Files @ c6314ae230da
Branch filter:

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

Sachi King
DJ 1.11 support has improved upstream

We can now force to released versions with 1.11 support.
<ul class="form-field boolean-group">
  <li class="boolean-group--row">
    {{ field }}
    <label for="{{ field.id_for_label }}">
      <strong>{{ field.label }}</strong>
      {% if field.field.required %}
        (*)
      {% endif %}
    </label>
  </li>
</ul>
{{ field.errors }}