diff --git a/bootstrapform/templates/bootstrapform/field.html b/bootstrapform/templates/bootstrapform/field.html index cecb1b7..a0fc7a9 100644 --- a/bootstrapform/templates/bootstrapform/field.html +++ b/bootstrapform/templates/bootstrapform/field.html @@ -18,9 +18,12 @@ {% else %}{% if field|is_radio %}
- + {% for _radiobtn in field %} + + {% endfor %} {% for error in field.errors %} {{ error }}