mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +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'])
|
@auth.route('/login', methods=['GET', 'POST'])
|
||||||
def login():
|
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'])
|
@auth.route('/register', methods=['GET', 'POST'])
|
||||||
|
Loading…
Reference in New Issue
Block a user