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', ], }, },