Merge pull request #5 from rosarior/master

fix Help text for checkboxes not showing
This commit is contained in:
tzangms
2011-11-13 21:49:47 -08:00

View File

@@ -15,6 +15,9 @@
<label>
{{ field }} <span>{{ field.label }}</span>
</label>
<span class="help-block">
{{ field.help_text }}
</span>
{% for error in field.errors %}
<span class="help-inline">{{ error }}</span>
{% endfor %}