mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -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 %}
|
||||
{% if group %}
|
||||
<div class="row">
|
||||
<h6 class="offset-sm-3 mb-3">{{ group }}</h6>
|
||||
<h3 class="col-9 offset-3 mb-3 h4">{{ group }}</h3>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% for name in fields %}
|
||||
|
Loading…
Reference in New Issue
Block a user