From a75a34192701667ce273e4f9c14b229d0f2b6041 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 22 May 2015 14:22:46 +0200 Subject: [PATCH] include credentials block in account management page --- templates/idp/account_management.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index 0a6ae14..600a08f 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -33,9 +33,14 @@
  • {% trans "Change email" %}
  • {% trans "Edit profile" %}
  • {% trans "Delete profile" %}
  • -
  • {% trans "Change password" %}
  • +
    +

    {% trans "Credentials" %}

    + {% for html_block in frontends_block %} + {{ html_block|safe }} + {% endfor %} +