Add title as template param.

This commit is contained in:
Patrick Jentsch 2019-07-08 11:10:09 +02:00
parent 0a9227c7c9
commit 5c0ba9f7d8

View File

@ -47,3 +47,4 @@ def password_reset_request():
flash('An email with instructions to reset your password has been ' flash('An email with instructions to reset your password has been '
'sent to you.') 'sent to you.')
return redirect(url_for('auth.login')) return redirect(url_for('auth.login'))
return render_template('auth/reset_password.html.j2', form=form, title='Password Reset')