summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/password_change_done.html
blob: 9d442360cc5619d8925ad267ce58b48e0aadceb2 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<div class='info'>
<p>{% trans "Password changed" %}</p>
</div>
{% endblock %}