|
@@ -14,11 +14,11 @@
|
|
<td>
|
|
<td>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
{% if field|is_checkboxselectmultiple %}
|
|
{% if field|is_checkboxselectmultiple %}
|
|
- {% include 'bootstrap3/layout/checkboxselectmultiple.html' %}
|
|
|
|
|
|
+ {% include 'bootstrap3/layout/checkboxselectmultiple.html' %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{% if field|is_radioselect %}
|
|
{% if field|is_radioselect %}
|
|
- {% include 'bootstrap3/layout/radioselect.html' %}
|
|
|
|
|
|
+ {% include 'bootstrap3/layout/radioselect.html' %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{% if not field|is_checkboxselectmultiple and not field|is_radioselect %}
|
|
{% if not field|is_checkboxselectmultiple and not field|is_radioselect %}
|