mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Add title as template param.
This commit is contained in:
parent
0a9227c7c9
commit
5c0ba9f7d8
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user