From 86b9ca6381d76465c024b26266ba85dcf16d4365 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 11 Oct 2018 11:59:33 +0100 Subject: [PATCH] Make resend email page consistent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its grid and copy weren’t consistent with the original page you see when you’ve first been sent the confirmation email. --- app/templates/views/resend-email-verification.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 %}