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

Add title as template param.

parent 0a9227c7
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,4 @@ def password_reset_request():
flash('An email with instructions to reset your password has been '
'sent to you.')
return redirect(url_for('auth.login'))
return render_template('auth/reset_password.html.j2', form=form, title='Password Reset')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment