aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_change_done.html
blob: 659be0a46d58e114cb5c54f70cc79e208de0c999 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<p>{% trans "Password changed" %}</p>
{% endblock %}