Merge pull request #5 from rosarior/master
fix Help text for checkboxes not showing
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user