Skip to content
Snippets Groups Projects
Commit 4eb7a7b2 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add title parameter.

parent 3d0fb271
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from . import auth ...@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment