config bug fix
This commit is contained in:
parent
528c28fefe
commit
eb43083e17
|
@ -126,7 +126,7 @@ FIREBASE_HOSTNAME = None
|
|||
# Page names that can't be modified
|
||||
WIKI_LOCKED_PAGES = []
|
||||
# Depreciated variable name
|
||||
LOCKED = WIKI_LOCKED_PAGES
|
||||
LOCKED = WIKI_LOCKED_PAGES[:]
|
||||
|
||||
ROOT_ENDPOINT = 'wiki.page'
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.4.0'
|
||||
__version__ = '0.4.1'
|
Loading…
Reference in a new issue