mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
17422 review changes
This commit is contained in:
parent
f22d2db9de
commit
49c1ca98c2
@ -3,7 +3,7 @@
|
||||
{% for group, fields in form.custom_field_groups.items %}
|
||||
{% if group %}
|
||||
<div class="row">
|
||||
<h3 class="offset-sm-3 mb-3">{{ group }}</h3>
|
||||
<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