NDOJ/templates/registration/password_change_done.html
2023-05-20 08:54:17 +09:00

4 lines
No EOL
116 B
HTML
Executable file

{% extends "base.html" %}
{% block body %}
<p>{{ _('Your password was sucessfully changed.') }}</p>
{% endblock %}