pflaenz.li/pflaenzli/pflaenzli/templates/registration/password_reset_complete.html
2023-04-16 19:19:05 +02:00

6 lines
155 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Reset password</h1>
<p>New password was set successfully. Please login again.</p>
{% endblock %}