mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fix field group header
This commit is contained in:
parent
d816f797a4
commit
26db326483
@ -48,7 +48,7 @@
|
||||
<div class="field-group mb-5">
|
||||
<div class="row mb-2">
|
||||
<h5 class="offset-sm-3">
|
||||
{% if group %}{{ group }}{% else %}{{ model|meta:"verbose_name" }}{% endif %}
|
||||
{% if group %}{{ group }}{% else %}{{ model|meta:"verbose_name"|bettertitle }}{% endif %}
|
||||
</h5>
|
||||
</div>
|
||||
{% for name in fields %}
|
||||
|
Loading…
Reference in New Issue
Block a user