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