Files @ 42892ea3c849
Branch filter:

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

Christopher Neugebauer
Fixes payment behaviour.
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>