mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
Added help_text to checkbox render
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
{{ field }}
|
{{ field }}
|
||||||
{{ field.label }}
|
{{ field.label }}
|
||||||
</label>
|
</label>
|
||||||
|
{% if field.help_text %}
|
||||||
|
<span class="help-block">{{ field.help_text|safe }}</span>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% elif field|widget_type == 'radioselect' %}
|
{% elif field|widget_type == 'radioselect' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user