File diff c6314ae230da → 1886323d7431
pinaxcon/templates/forms/widget_boolean_single.html
Show inline comments
 
<ul class="form-field boolean-group">
 
  <li class="boolean-group--row">
 
<h3>
 
  {{ field.label }}{% if field.field.required %} *{% endif %}
 
  {{ field.errors }}
 
</h3>
 
<div class="col-sm-offset-2 col-sm-10">
 
  <label class="form-check-label" for="id_profile-past_lca_0">
 
    {{ field }}
 
    <label for="{{ field.id_for_label }}">
 
      <strong>{{ field.label }}</strong>
 
      {% if field.field.required %}
 
        (*)
 
      {% endif %}
 
    </label>
 
  </li>
 
</ul>
 
{{ field.errors }}
 
    <p>Sign me up</p>
 
    {% if field.help_text %}
 
      <span class="help_text">{{ field.help_text|safe }}</span>
 
    {% endif %}
 
  </label>
 
</div>