mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Rename title_container block to header
This commit is contained in:
parent
8545974e47
commit
f85d131e64
@ -2,7 +2,7 @@
|
|||||||
{% load get_status %}
|
{% load get_status %}
|
||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
|
|
||||||
{% block title_container %}{% endblock %}
|
{% block header %}{% endblock %}
|
||||||
{% block title %}Home{% endblock %}
|
{% block title %}Home{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
<div class="px-4 content-container">
|
<div class="px-4 content-container">
|
||||||
|
|
||||||
{# Page header #}
|
{# Page header #}
|
||||||
{% block title_container %}
|
{% block header %}
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<div id="content-title">
|
<div id="content-title">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user