Files
notifications-admin/app/templates/views/password-reset-sent.html

19 lines
334 B
HTML
Raw Normal View History

{% extends "base.html" %}
2016-01-04 14:00:39 +00:00
{% block per_page_title %}
Check your email
2016-01-04 14:00:39 +00:00
{% endblock %}
{% block maincolumn_content %}
2016-01-04 14:00:39 +00:00
2023-08-23 16:18:25 -04:00
<div class="grid-row">
<div class="grid-col-8">
<h1 class="font-body-2xl margin-bottom-3">Check your email</h1>
2016-01-04 14:00:39 +00:00
<p>Click the link in the email to reset your password.</p>
2016-01-04 14:00:39 +00:00
</div>
2016-01-04 14:00:39 +00:00
</div>
2016-01-08 15:55:31 +00:00
{% endblock %}