From 7214e04373fa65f1aaa57aac61e784c2fb94a8ca Mon Sep 17 00:00:00 2001 From: tzangms Date: Tue, 11 Oct 2011 09:26:24 -0700 Subject: [PATCH] Add help_text display with bootstrap `help-block` --- 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 e22d708..3b0853a 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -22,6 +22,9 @@ {{ field.label_tag }}
{{ field }} + + {{ field.help_text }} + {% if field.errors %} {% for error in field.errors %} {{ error }}