X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fmy_account.html;fp=portal%2Ftemplates%2Fmy_account.html;h=0000000000000000000000000000000000000000;hb=2aecc2abb7b3ff0eadd42b69e82f05fcfd5672ba;hp=75cb11f5b17897bd1ce3f0c9594992c1ae3c673c;hpb=694a29878b0464423b308c1e5e9e90f9fadafd71;p=myslice.git diff --git a/portal/templates/my_account.html b/portal/templates/my_account.html deleted file mode 100644 index 75cb11f5..00000000 --- a/portal/templates/my_account.html +++ /dev/null @@ -1,167 +0,0 @@ -{% extends "layout-unfold1.html" %} - -{% block head %} - - - - - - -{% 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 }}
- - - - -
-
-

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 %}