X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=60f05bcf580ce40f46ceb170053a87208004481e;hp=98da579f474f90da2f27c05ac19963fbde872a47;hb=3167207804460a2c42e1e5a8346c597f9832d295;hpb=2684c88dbfb1243075bd084ed5296b63dae59ced diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 98da579f..60f05bcf 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,30 +10,6 @@ {% 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 }}
-
-
- -

MySlice Account

{% if messages %} @@ -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 %}