mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 13:22:24 -06:00
Clean up object titles
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
{# Title #}
|
||||
<div id="content-title">
|
||||
{# Center-align title in object-edit views #}
|
||||
<h1 class="h2 w-100{% if form or vc_form %} text-center{% endif %}">{% block title %}{% endblock title %}</h1>
|
||||
<h1 class="h2 w-100">{% block title %}{% endblock title %}</h1>
|
||||
</div>
|
||||
|
||||
{# Controls #}
|
||||
|
||||
Reference in New Issue
Block a user