From 3db014ef233224bd142b66ae21c0a6da758997aa Mon Sep 17 00:00:00 2001 From: James Robert Date: Mon, 6 May 2013 15:26:30 -0400 Subject: [PATCH] final touches --- bootstrapform/templates/bootstrapform/field.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 %}