mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:58:25 -04:00
Make resend email page consistent
Its grid and copy weren’t consistent with the original page you see when you’ve first been sent the confirmation email.
This commit is contained in:
@@ -8,11 +8,8 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
<h1 class="heading-large">Check your email</h1>
|
||||||
<div class="column-two-thirds">
|
<p>A new confirmation email has been sent to {{ email }}</p>
|
||||||
<h1 class="heading-large">Check your email</h1>
|
<p>Click the link in the email to continue your registration.</p>
|
||||||
<p>A new confirmation email has been sent to {{email}}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user