From 8c048c3b87dea41a4ad76da653e7623591251c87 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 Sep 2013 11:04:07 +0200 Subject: [PATCH] ran indent-region under emacs to reformat in a more legible way --- portal/templates/my_account.html | 278 +++++++++++++++---------------- 1 file changed, 139 insertions(+), 139 deletions(-) diff --git a/portal/templates/my_account.html b/portal/templates/my_account.html index b1b506ec..73b8d706 100644 --- a/portal/templates/my_account.html +++ b/portal/templates/my_account.html @@ -14,154 +14,154 @@

Platform Access

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

MySlice Account

-
-
-
-
-
- {% csrf_token %} - - - - - - - - - - - - - - - +
+

MySlice Account

+
+
+
+
+ + {% csrf_token %} +
-
Personal Details
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password: - -
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - - -
- - - -
- -
+ + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - +

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.

+ + -
+
Personal Details
+
Email + {{ person.email }} + +
Password + + ******** + + + + + + + + + + + + +
Enter password: + +
Confirm password: + + +
+
+
Full Name + {{ fullname }} + + + +
+ + + +
+ +
Affiliation - {{ affiliation }} - -
Generate Keys - - - -
Public Key - - - ******** - - -
-
- - - - -
-
- -
- - -
Private Key ******** - - -
+
Affiliation + {{ affiliation }} + +
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 %} -- 2.43.0