1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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 #} {# Title #}
<div id="content-title"> <div id="content-title">
{# Center-align title in object-edit views #} {# 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> </div>
{# Controls #} {# Controls #}

View File

@ -1,7 +1,5 @@
{% extends base_template %} {% extends base_template %}
{% block title %}{{ object }} - Change Log{% endblock %}
{% block content %} {% block content %}
{% include 'inc/panel_table.html' %} {% include 'inc/panel_table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}

View File

@ -2,8 +2,6 @@
{% load helpers %} {% load helpers %}
{% load static %} {% load static %}
{% block title %}{{ block.super }} - Config Context{% endblock %}
{% block content %} {% block content %}
<div class="row"> <div class="row">
<div class="col col-md-6"> <div class="col col-md-6">

View File

@ -1,8 +1,6 @@
{% extends base_template %} {% extends base_template %}
{% load form_helpers %} {% load form_helpers %}
{% block title %}{{ block.super }} - Journal{% endblock %}
{% render_errors form %} {% render_errors form %}
{% block content %} {% block content %}