perf: update context processor

This commit is contained in:
ibuler
2026-05-14 11:23:04 +08:00
parent af9507f9ea
commit a4e4a0cfcd

View File

@@ -10,6 +10,8 @@ default_interface = dict((
('logo_logout', static('img/logo.png')),
('logo_index', static('img/logo_text_white.png')),
('login_image', static('img/login_image.png')),
('logo_white', static('img/logo_white.png')),
('logo_text_white', static('img/logo_text_white.png')),
('favicon', static('img/facio.ico')),
('login_title', _('JumpServer - An open-source PAM')),
('theme', 'classic_green'),