From 49be9e61ac424c76d2a8db7daab0dab7b30ecd64 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 29 Apr 2024 07:33:42 -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 bb3bbc0e1..2c12ed218 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 %}