Password reset, standardize some stuff.
[cas.git] / src / accounts / templates / registration / password_change_done.html
diff --git a/src/accounts/templates/registration/password_change_done.html b/src/accounts/templates/registration/password_change_done.html
new file mode 100644 (file)
index 0000000..cc41fa7
--- /dev/null
@@ -0,0 +1,16 @@
+{% extends "account/base.html" %}
+{% load i18n %}
+
+{% block title %}{{ title }}{% endblock %}
+
+{% block menu %}
+  {% with menu='password' %}
+    {{ block.super }}
+  {% endwith %}
+{% endblock %}
+
+
+{% block accounts-content %}
+  <h1>{% trans 'Password change' %}</h1>
+  <p>{% trans 'Your password was changed.' %}</p>
+{% endblock %}