Files @ 1759a07630a8
Branch filter:

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

Nick Seidenman (N6)
A few mods to be able to use the runserver site for debugging. We'll back these out once the real
(via apache) site is up and running.
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>