diff --git a/bootstrapform/templates/bootstrapform/field.html b/bootstrapform/templates/bootstrapform/field.html index a0fc7a9..7c48984 100644 --- a/bootstrapform/templates/bootstrapform/field.html +++ b/bootstrapform/templates/bootstrapform/field.html @@ -17,11 +17,12 @@ {% endif %} {% else %}{% if field|is_radio %} +
- {% for _radiobtn in field %} + {% for choice in field %} {% endfor %}