From 1e02b46f35cfbcc3d139469dd827d3bbe75b627c Mon Sep 17 00:00:00 2001 From: Yasin Rahman Date: Thu, 26 Feb 2015 12:24:07 +0100 Subject: [PATCH] Fix: account-view --- .../templates/onelab/onelab_account-view.html | 188 ++++++++++-------- 1 file changed, 106 insertions(+), 82 deletions(-) diff --git a/portal/templates/onelab/onelab_account-view.html b/portal/templates/onelab/onelab_account-view.html index 86071f1a..985974fb 100644 --- a/portal/templates/onelab/onelab_account-view.html +++ b/portal/templates/onelab/onelab_account-view.html @@ -9,10 +9,10 @@ Account  >  {{ person.email }} - {%if 'no_creds' in user_cred %} + {%if 'no_creds' in user_cred %}

NO CREDENTIALS are delegated to the portal!

{%endif%} - {%if 'creds_expired' in user_cred %} + {%if 'creds_expired' in user_cred %}

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

{%endif%} @@ -24,6 +24,10 @@ {% endfor %} {% endif %} + +
+ +
+
@@ -300,7 +320,7 @@ {{ row.account_type }} {{ row.account_reference }} - @@ -319,7 +339,7 @@ {{ platform.platform_no_access }} - @@ -329,16 +349,20 @@
{%endif%}
-
+