fix: 修改theme_info默认值为{}

pull/8638/head
Jiangjie.Bai 2022-07-20 15:49:47 +08:00 committed by Jiangjie.Bai
parent e7dd731139
commit 60e455bea2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ default_interface = dict((
('favicon', static('img/facio.ico')),
('login_title', _('JumpServer Open Source Bastion Host')),
('theme', 'classic_green'),
('theme_info', None),
('theme_info', {}),
))
default_context = {