Files
notifications-admin/app/templates/views/resend-email-verification.html

16 lines
477 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Check your email</h1>
<p class="govuk-body">A new confirmation email has been sent to {{ email }}</p>
<p class="govuk-body">Click the link in the email to continue your registration.</p>
{% endblock %}