mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Be consistent with type of is_essential.
This commit is contained in:
parent
992d2ea7e1
commit
080c891103
@ -26,4 +26,4 @@ __all__ = ['apps', 'init']
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = 1
|
||||
is_essential = True
|
||||
|
||||
@ -26,4 +26,4 @@ __all__ = ['help', 'init']
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = 1
|
||||
is_essential = True
|
||||
|
||||
@ -27,7 +27,7 @@ from plinth.utils import format_lazy
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = 1
|
||||
is_essential = True
|
||||
|
||||
title = _('System Configuration')
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ from plinth import cfg
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = 1
|
||||
is_essential = True
|
||||
|
||||
depends = ['system']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user