diff --git a/app/templates/views/resend-email-verification.html b/app/templates/views/resend-email-verification.html index 6c84af8be..f5b8c677a 100644 --- a/app/templates/views/resend-email-verification.html +++ b/app/templates/views/resend-email-verification.html @@ -8,11 +8,8 @@ {% block maincolumn_content %} -
-
-

Check your email

-

A new confirmation email has been sent to {{email}}

-
-
+

Check your email

+

A new confirmation email has been sent to {{ email }}

+

Click the link in the email to continue your registration.

{% endblock %}