final touches
This commit is contained in:
parent
c0170c23ba
commit
3db014ef23
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user