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

8 lines
169 B
HTML

{% extends "stripped_base.html" %}
{% block content %}
<h1>The password has been changed!</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>
{% endblock %}