mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 04:10:31 -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 %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">Check your email</h1>
|
||||
<p>A new confirmation email has been sent to {{email}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="heading-large">Check your email</h1>
|
||||
<p>A new confirmation email has been sent to {{ email }}</p>
|
||||
<p>Click the link in the email to continue your registration.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user