calibre-web-companion/CalibreWebCompanion/library/templates/registration/password_reset_complete.html

8 lines
169 B
HTML
Raw Normal View History

2020-07-09 05:14:08 +00:00
{% extends "stripped_base.html" %}
{% block content %}
<h1>The password has been changed!</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>
{% endblock %}