mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
17422 update custom field group display tag (#17423)
* 17422 update custom field group display tag * 17422 review changes
This commit is contained in:
parent
ce38484bf3
commit
353db09656
@ -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="col-9 offset-3 mb-3 h4">{{ group }}</h3>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for name in fields %}
|
{% for name in fields %}
|
||||||
|
Loading…
Reference in New Issue
Block a user