From 152aa22580a7f1fcc0c3dc08d6d1fc4cc2b8a243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 29 Apr 2015 20:19:19 +0200 Subject: [PATCH] add missing change password link (#7090) --- templates/idp/account_management.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index 3259d8f..0a6ae14 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -33,6 +33,7 @@
  • {% trans "Change email" %}
  • {% trans "Edit profile" %}
  • {% trans "Delete profile" %}
  • +
  • {% trans "Change password" %}
  • -- 2.1.4