mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add title parameter.
This commit is contained in:
parent
3d0fb27147
commit
4eb7a7b27b
@ -4,7 +4,7 @@ from . import auth
|
||||
|
||||
@auth.route('/login', methods=['GET', 'POST'])
|
||||
def login():
|
||||
return render_template('auth/login.html.j2')
|
||||
return render_template('auth/login.html.j2', title='Log in')
|
||||
|
||||
|
||||
@auth.route('/register', methods=['GET', 'POST'])
|
||||
|
Loading…
Reference in New Issue
Block a user