From 41923b0cf815adc82cb2f4f517d68072c9c63c8c Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Tue, 28 Jan 2025 15:43:21 -0500 Subject: [PATCH] Add tag reflecting settings.HOSTNAME --- netbox/templates/base/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index aad03cdb0..7ca2f575d 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -17,6 +17,7 @@ + {# Page title #} {% block title %}{% trans "Home" %}{% endblock %} | NetBox