Files
notifications-admin/app/templates/views/change-email-continue.html

14 lines
339 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Check your email</h1>
<p>An email has been sent to {{ new_email }}.</p>
<p>Click the link in the email to confirm the change to your email address.</p>
{% endblock %}