Make resend email page consistent

Its grid and copy weren’t consistent with the original page you see when you’ve first been sent the confirmation email.
This commit is contained in:
Chris Hill-Scott
2018-10-11 11:59:33 +01:00
committed by GitHub
parent 6b6a19eb2d
commit 86b9ca6381

View File

@@ -8,11 +8,8 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Check your email</h1>
<p>A new confirmation email has been sent to {{email}}</p>
</div>
</div>
<h1 class="heading-large">Check your email</h1>
<p>A new confirmation email has been sent to {{ email }}</p>
<p>Click the link in the email to continue your registration.</p>
{% endblock %}