diff --git a/netbox/templates/home.html b/netbox/templates/home.html index a751d1918..d8c83d5d3 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -2,7 +2,7 @@ {% load get_status %} {% load helpers %} -{% block title_container %}{% endblock %} +{% block header %}{% endblock %} {% block title %}Home{% endblock %} {% block content %} diff --git a/netbox/templates/layout.html b/netbox/templates/layout.html index 0ddc5f2fd..f96a64851 100644 --- a/netbox/templates/layout.html +++ b/netbox/templates/layout.html @@ -89,7 +89,7 @@
{# Page header #} - {% block title_container %} + {% block header %}