NDOJ/templates/registration/password_change_done.html
2023-01-27 17:11:10 -06:00

4 lines
No EOL
116 B
HTML

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