Another content change from Gwen

_Missed this one because it was in a different email_

We don't use 'we'.

It's better to say 'An email has been sent to...'
This commit is contained in:
Chris Hill-Scott
2016-08-22 15:47:25 +01:00
committed by GitHub
parent e31b19ea61
commit d893a67fc2

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