Commit 3f2a9c8b authored by Ozzieisaacs's avatar Ozzieisaacs

Code improvement

parent 7c69589c
......@@ -39,7 +39,6 @@ try:
oauth_support = True
except ImportError:
oauth_support = False
pass
try:
import ldap
......@@ -98,7 +97,8 @@ engine = create_engine('sqlite:///{0}'.format(cli.settingspath), echo=False)
Base = declarative_base()
def get_sidebar_config(kwargs=[]):
def get_sidebar_config(kwargs=None):
kwargs = kwargs or []
if 'content' in kwargs:
content = not kwargs['content'].role_anonymous()
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment