mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
add order to privacy page plugin
This commit is contained in:
parent
c324f0c973
commit
d86de60270
@ -5,6 +5,7 @@ from modules.auth import require
|
||||
import cfg
|
||||
|
||||
class Privacy(PagePlugin):
|
||||
order = 20 # order of running init in PagePlugins
|
||||
def __init__(self, *args, **kwargs):
|
||||
PagePlugin.__init__(self, *args, **kwargs)
|
||||
self.register_page("privacy")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user