Files
notifications-admin/app/templates/views/password-reset-sent.html
2023-08-23 16:18:25 -04:00

19 lines
349 B
HTML

{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="grid-col-8">
<h1 class="font-body-2xl margin-bottom-3">Check your email</h1>
<p>Click the link in the email to reset your password.</p>
</div>
</div>
{% endblock %}