Merge pull request #884 from alphagov/quis-patch-1

Another content change from Gwen
This commit is contained in:
minglis
2016-08-22 16:27:40 +01:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">Check your email</h1>
<p>Weve sent an email to {{ session['user_details']['email'] }}.</p>
<p>An email has been sent to {{ session['user_details']['email'] }}.</p>
<p>Click the link in the email to continue your registration.</p>
{% endblock %}