calibre-web-companion/CalibreWebCompanion/library/templates/registration/password_reset_done.html
2020-07-09 02:14:08 -03:00

5 lines
203 B
HTML

{% extends "stripped_base.html" %}
{% block content %}
<p>We've emailed you instructions for setting your password. If they haven't arrived in a few minutes, check your spam folder.</p>
{% endblock %}