Password reset, standardize some stuff.
[cas.git] / src / accounts / templates / registration / password_change_done.html
1 {% extends "account/base.html" %}
2 {% load i18n %}
3
4 {% block title %}{{ title }}{% endblock %}
5
6 {% block menu %}
7   {% with menu='password' %}
8     {{ block.super }}
9   {% endwith %}
10 {% endblock %}
11
12
13 {% block accounts-content %}
14   <h1>{% trans 'Password change' %}</h1>
15   <p>{% trans 'Your password was changed.' %}</p>
16 {% endblock %}