mirror of https://github.com/jumpserver/jumpserver
fix: 修改theme_info默认值为{}
parent
e7dd731139
commit
60e455bea2
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue