mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Fix typo
This commit is contained in:
parent
52e5092d13
commit
e0e2fe017c
@ -107,7 +107,7 @@ def resend_confirmation():
|
|||||||
token = current_user.generate_confirmation_token()
|
token = current_user.generate_confirmation_token()
|
||||||
send_email(current_user.email, 'Confirm Your Account',
|
send_email(current_user.email, 'Confirm Your Account',
|
||||||
'auth/email/confirm', token=token, user=current_user)
|
'auth/email/confirm', token=token, user=current_user)
|
||||||
flash('A new confirmation email has benn sent to you by email.')
|
flash('A new confirmation email has been sent to you by email.')
|
||||||
return redirect(url_for('auth.unconfirmed'))
|
return redirect(url_for('auth.unconfirmed'))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user