Add help_text display with bootstrap help-block

This commit is contained in:
tzangms
2011-10-11 09:26:24 -07:00
parent 53ca3a4464
commit 7214e04373

View File

@@ -22,6 +22,9 @@
{{ field.label_tag }}
<div class="input">
{{ field }}
<span class="help-block">
{{ field.help_text }}
</span>
{% if field.errors %}
{% for error in field.errors %}
<span class="help-inline">{{ error }}</span>