config bug fix
This commit is contained in:
parent
528c28fefe
commit
eb43083e17
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue