diff --git a/apps/jumpserver/context_processor.py b/apps/jumpserver/context_processor.py index 4fae0dd8b..f89c87963 100644 --- a/apps/jumpserver/context_processor.py +++ b/apps/jumpserver/context_processor.py @@ -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'),