From cc3dc42327d14203ca3f89e5a8040d21ef68635b Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Apr 2024 07:37:03 -0700 Subject: [PATCH] 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 2c12ed218..53dec6369 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -81,7 +81,7 @@ Blocks: {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %} {% endif %}