Fix up navbar to have the structure I wanted

This means logout in a menu underneath the username, some high-level
navigation points, that sort of thing
This commit is contained in:
Eli Ribble 2016-06-09 09:43:59 -06:00
parent 60e6f7c834
commit 5cc8e1a205
2 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ EXPOSE_HEADERS = [
]
def index():
return flask.render_template('index.html')
return flask.render_template('index.html', path='/')
def load_user(user_id):
LOGGER.debug("Loading user %s", user_id)