From f512ba95ae83ff747b2f1c92886437a5b9bc318f Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 19 Dec 2013 17:40:38 +0100 Subject: [PATCH] MyAcc: look & fill --- portal/templates/account-view.html | 60 ++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 15 deletions(-) diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 0e9eb6a5..fda9e905 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -26,14 +26,17 @@ Email {{ person.email }} - + Password - + ******** @@ -66,15 +69,18 @@ - + Authority {{ authority }} - + @@ -94,18 +100,26 @@
- +
- - + + {%if 'N/A' not in user_private_key%} Private Key ******** - + {%endif%} @@ -171,7 +185,11 @@ {% for row in my_users %} {{ row.cred_exp }} - + + + {%endfor%} @@ -187,7 +205,11 @@ {{ row.slice_name }} {{ row.cred_exp }} - + + + {%endfor%} @@ -203,7 +225,11 @@ {{ row.auth_name }} {{ row.cred_exp }} - + + + {%endfor%} @@ -238,7 +264,9 @@ {{ row.account_type }} {{ row.account_reference }} - + {%endfor%} @@ -269,7 +297,9 @@ {{ platform.platform_no_access }} - + {%endfor%} -- 2.43.0