NDOJ/templates/registration/password_change_done.html

4 lines
116 B
HTML
Raw Normal View History

2020-01-21 15:35:58 +09:00
{% extends "base.html" %}
{% block body %}
2023-01-27 17:11:10 -06:00
<p>{{ _('Your password was sucessfully changed.') }}</p>
2020-01-21 15:35:58 +09:00
{% endblock %}