Update page layout.

This commit is contained in:
Patrick Jentsch
2019-07-09 16:59:04 +02:00
parent c15ac55fe3
commit 93b67cb297
8 changed files with 53 additions and 34 deletions

View File

@ -105,7 +105,7 @@ 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,
return render_template('auth/reset_password_request.html.j2', form=form,
title='Password Reset')