1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added help_text to checkbox render

This commit is contained in:
Jeremy Stretch
2016-03-04 14:19:33 -05:00
parent 99d50ae7a7
commit 0b1df1e60d

View File

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