From c0170c23ba1f13b14d7b7897c7b1b2982c7cafc2 Mon Sep 17 00:00:00 2001 From: James Robert Date: Mon, 6 May 2013 16:19:21 -0300 Subject: [PATCH] bug --- bootstrapform/templates/bootstrapform/field.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 }}