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:
@ -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 #}
|
||||||
|
@ -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 %}
|
||||||
|
@ -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">
|
||||||
|
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user