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:
parent
60e6f7c834
commit
5cc8e1a205
2 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue