add errors display for checkbox field

This commit is contained in:
tzangms
2011-11-12 10:24:01 -05:00
parent 7214e04373
commit d10871f74a

View File

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