Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

This commit is contained in:
Patrick Jentsch 2020-03-16 13:15:25 +01:00
commit 37d2e8f38e
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ def resend_confirmation():
token = current_user.generate_confirmation_token()
send_email(current_user.email, 'Confirm Your Account',
'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'))

View File

@ -3,7 +3,7 @@
{% set parallax = True %}
{% block page_content %}
<div class="section">
<div class="section white">
<div class="row container">
<div class="col s12">
<h2>nopaque</h2>