From 8ce05bbd3186cb4364168dfde1ba61cfb57cec4d Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 16 Feb 2026 13:19:46 +0100 Subject: [PATCH] Add firewall_static_context to template context for cache-busting --- CyberCP/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CyberCP/settings.py b/CyberCP/settings.py index 807773d13..38d2cc4d5 100644 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -140,6 +140,7 @@ TEMPLATES = [ 'baseTemplate.context_processors.version_context', 'baseTemplate.context_processors.cosmetic_context', 'baseTemplate.context_processors.notification_preferences_context', + 'baseTemplate.context_processors.firewall_static_context', ], }, },