From 9691bb29b6ce8c3fb4cebcd6d902fd5977e0d350 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Mon, 29 Apr 2024 09:34:29 -0700 Subject: [PATCH] 15872 don't escape BANNER_MAINTENANCE (#15885) * 15872 don't escape BANNER_MAINTENANCE * 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..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 %}