NDOJ/templates/registration/password_change_done.html
2020-01-21 15:35:58 +09:00

4 lines
No EOL
118 B
HTML

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