Merge pull request #2375 from alphagov/resend-layout

Make resend email page consistent
This commit is contained in:
Chris Hill-Scott
2018-10-11 15:29:50 +01:00
committed by GitHub

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 %}