NDOJ/templates/registration/password_change_done.html

4 lines
118 B
HTML
Raw Normal View History

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