mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
17422 update custom field group display tag
This commit is contained in:
parent
aca693b1c3
commit
f22d2db9de
@ -3,7 +3,7 @@
|
|||||||
{% for group, fields in form.custom_field_groups.items %}
|
{% for group, fields in form.custom_field_groups.items %}
|
||||||
{% if group %}
|
{% if group %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h6 class="offset-sm-3 mb-3">{{ group }}</h6>
|
<h3 class="offset-sm-3 mb-3">{{ group }}</h3>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for name in fields %}
|
{% for name in fields %}
|
||||||
|
Loading…
Reference in New Issue
Block a user