From cc5ea61f5a7fe2b52c0dea49c81bd70c8e480a34 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 20 Jul 2021 11:05:19 -0400 Subject: [PATCH] Add top & bottom banners, maintenance notice --- netbox/templates/base/layout.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 6259de7d9..c6ad57ce6 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -105,6 +105,19 @@ + {% if settings.BANNER_TOP %} + + {% endif %} + + {% if settings.MAINTENANCE_MODE %} + + {% endif %} + {# Page header #} {% block header %}
@@ -129,6 +142,12 @@
+ {% if settings.BANNER_BOTTOM %} + + {% endif %} + {# Page footer #}