mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-20 13:00:36 +00:00
Add breadcrumbs to auth package
This commit is contained in:
@ -153,4 +153,5 @@ def reset_password(token):
|
||||
return redirect(url_for('main.index'))
|
||||
return render_template('auth/reset_password.html.j2',
|
||||
reset_password_form=reset_password_form,
|
||||
title='Password Reset')
|
||||
title='Password Reset',
|
||||
token=token)
|
||||
|
Reference in New Issue
Block a user