fix #32
This commit is contained in:
parent
325c735f4e
commit
2d6f368ff1
9 changed files with 63 additions and 34 deletions
|
@ -114,9 +114,6 @@ WIKI_HOME = 'home'
|
|||
ALLOW_ANON = True
|
||||
REGISTRATION_ENABLED = True
|
||||
|
||||
# Used by Flask-Login
|
||||
LOGIN_DISABLED = ALLOW_ANON
|
||||
|
||||
# None, firepad, and/or togetherjs
|
||||
COLLABORATION = 'togetherjs'
|
||||
|
||||
|
@ -130,6 +127,9 @@ ROOT_ENDPOINT = 'wiki.page'
|
|||
|
||||
globals().update(read())
|
||||
|
||||
# Used by Flask-Login
|
||||
LOGIN_DISABLED = ALLOW_ANON
|
||||
|
||||
# Depreciated variable name
|
||||
LOCKED = WIKI_LOCKED_PAGES[:]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue