Added help_text to checkbox render
This commit is contained in:
parent
99d50ae7a7
commit
0b1df1e60d
|
|
@ -8,6 +8,9 @@
|
|||
{{ field }}
|
||||
{{ field.label }}
|
||||
</label>
|
||||
{% if field.help_text %}
|
||||
<span class="help-block">{{ field.help_text|safe }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% elif field|widget_type == 'radioselect' %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue