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

14 lines
340 B
HTML
Raw Normal View History

{% extends "base.html" %}
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
2023-06-06 15:28:24 -04:00
<h1 class="font-body-2xl margin-bottom-3">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>
2017-02-13 10:45:15 +00:00
{% endblock %}