timetracker/templates/registration/password_reset_done.html
2021-02-04 21:27:04 -07:00

8 lines
172 B
HTML

{% extends 'application.html' %}
{% block content %}
<section class="panel">
<p>An email with password reset instructions has been sent.</p>
</section>
{% endblock %}