final touches

This commit is contained in:
James Robert 2013-05-06 15:26:30 -04:00
parent c0170c23ba
commit 3db014ef23

View File

@ -17,11 +17,12 @@
{% endif %} {% endif %}
</div> </div>
{% else %}{% if field|is_radio %} {% else %}{% if field|is_radio %}
<label class="control-label">{{ field.label }}</label>
<div class="controls"> <div class="controls">
{% for _radiobtn in field %} {% for choice in field %}
<label class="radio"> <label class="radio">
{{ _radiobtn.choice_label }} {{ choice.tag }}
<span class="radio">{{ _radiobtn.tag }}</span> {{ choice.choice_label }}
</label> </label>
{% endfor %} {% endfor %}