From 1753f47a5e1707bc3f98eff72cbdcfe67325aa14 Mon Sep 17 00:00:00 2001 From: Yasin Date: Wed, 3 Dec 2014 11:52:34 +0100 Subject: [PATCH] f4f: jfed identity re-added --- .../fed4fire/fed4fire_account-view.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/portal/templates/fed4fire/fed4fire_account-view.html b/portal/templates/fed4fire/fed4fire_account-view.html index 13da1254..bb1631eb 100644 --- a/portal/templates/fed4fire/fed4fire_account-view.html +++ b/portal/templates/fed4fire/fed4fire_account-view.html @@ -158,11 +158,28 @@ sfi_config use sfi_config file with sfi.py package (pip install sfa) - + + {%if 'N/A' not in user_private_key%} + Identity + + + + {%else%} + Identity + + + + {%endif%} + -- 2.43.0