File diff a7fe10a8d99a → 504cf775744a
pinaxcon/templates/forms/widget_basic.html
Show inline comments
 
<h4><label for="{{ field.id_for_label }}">{{ field.label }}</label></h4>
 
<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>