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 }}