Merge pull request #725 from alphagov/replay-email

Play back the user’s email address
This commit is contained in:
Chris Hill-Scott
2016-06-28 13:18:58 +01:00
committed by GitHub

View File

@@ -6,11 +6,8 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Now check your email</h1>
<p>Click the link in the email weve sent you to continue your registration</p>
</div>
</div>
<h1 class="heading-large">Now check your email</h1>
<p>Weve sent an email to {{ session['user_details']['email'] }}.</p>
<p>Click the link in the email to continue your registration.</p>
{% endblock %}