From 622b7a4815a3872b3936991f1bb4af7044828199 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 14 Nov 2011 01:27:29 -0400 Subject: [PATCH] Added markup to show checkboxes help text --- 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 ac6bd7e..99a8ba4 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -15,6 +15,9 @@ + + {{ field.help_text }} + {% for error in field.errors %} {{ error }} {% endfor %}