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

19 lines
334 B
HTML

{% extends "base.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 %}