Add breadcrumbs to auth package

This commit is contained in:
Patrick Jentsch
2020-11-02 10:01:02 +01:00
parent 917005afa7
commit 850087f628
7 changed files with 37 additions and 1 deletions

View File

@ -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)