X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=4b042468789e483ecfb800628fd368c81c54dc90;hb=0120bc491b3464f4981270a28ac153fa62f3b08b;hp=98da579f474f90da2f27c05ac19963fbde872a47;hpb=dd0b1375ac0bd19f45a8cfb73673ac038df26878;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 98da579f..4b042468 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -8,31 +8,7 @@ {% endblock %} -{% block unfold1_main %} - - -

Platform Access

-
-
- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
-
-
- +{% block unfold_main %}

MySlice Account

@@ -154,4 +130,28 @@ +

Platform Access

+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+ + + {% endblock %}