mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 10:42:43 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -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')) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user