From 49be9e61ac424c76d2a8db7daab0dab7b30ecd64 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Apr 2024 07:33:42 -0700 Subject: [PATCH 1/2] 15872 don't escape BANNER_MAINTENANCE --- netbox/templates/base/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index bb3bbc0e120..2c12ed21895 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -81,7 +81,7 @@ {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %} {% endif %} From cc3dc42327d14203ca3f89e5a8040d21ef68635b Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Apr 2024 07:37:03 -0700 Subject: [PATCH 2/2] 15872 don't escape BANNER_MAINTENANCE --- netbox/templates/base/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 2c12ed21895..53dec636996 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -81,7 +81,7 @@ {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %} {% endif %}