X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=8f2e0197a2f71e0e3cfa72712fed5741e47d8f92;hp=a5d01dcdcb592dd11fd35697104bad782d02af7d;hb=0c638d5ca3bdb971dfb193a6d6d4fd78bf1f9dc3;hpb=0450c15062f7c9f7117c935283a6d79fef7680bf diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index a5d01dcd..8f2e0197 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,14 +10,9 @@ {% block unfold1_main %} -
-
-

Platform Access

-
-
-
-
- +

Platform Access

+
+
@@ -34,142 +29,115 @@ {%endfor%}
Platform
-
-
-
+
- -
-
-

MySlice Account

-
-
-
-
-
- {% csrf_token %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Personal Details
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password: - -
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - - -
- - - -
- -
Authority - {{ authority }} - -
Generate Keys - - - -
Public Key - - - ******** - - -
-
- - - - -
-
- -
- - -
Private Key ******** - - -
- -

For better - security we recommend that you - download and delete your - private key from the - server. Always store your - private key in a secure - location.

-
-
-
-
- -
+

MySlice Account

+
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Personal Details
+
Email + {{ person.email }} + +
Password + + ******** + + + + + + + + + + + + +
Enter password:
Confirm password: + + +
+
+
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
Private Key ******** + + +
+

For better security we recommend that you download and delete your private key from the server. + Always store your private key in a secure location. +

+
+
+
{% endblock %}