Added markup to show checkboxes help text

This commit is contained in:
Roberto Rosario
2011-11-14 01:27:29 -04:00
parent d10871f74a
commit 622b7a4815

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