Clean up object titles

This commit is contained in:
jeremystretch
2021-07-12 10:57:26 -04:00
parent 5d98c3337a
commit dc8adfc546
4 changed files with 1 additions and 7 deletions

View File

@@ -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 #}