mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Merge pull request #725 from alphagov/replay-email
Play back the user’s email address
This commit is contained in:
@@ -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 we’ve sent you to continue your registration</p>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="heading-large">Now check your email</h1>
|
||||
<p>We’ve sent an email to {{ session['user_details']['email'] }}.</p>
|
||||
<p>Click the link in the email to continue your registration.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user