From d10871f74a3a35f092babeca9bef18b8ada79313 Mon Sep 17 00:00:00 2001 From: tzangms Date: Sat, 12 Nov 2011 10:24:01 -0500 Subject: [PATCH] add errors display for checkbox field --- bootstrapform/templates/bootstrapform/form.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrapform/templates/bootstrapform/form.html b/bootstrapform/templates/bootstrapform/form.html index 3b0853a..ac6bd7e 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -15,6 +15,9 @@ + {% for error in field.errors %} + {{ error }} + {% endfor %}