X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=d3f724e78b3306c44d702e2cd2e98ca8cb26a5eb;hb=0f8ce7d0964159ebef736e2fc8c26edd6f18961d;hp=26c21f8e1135df94f57c67f7aaefb7477e3353ef;hpb=6c7f4d498f835d4d16071400312fceebce157cd5;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 26c21f8e..d3f724e7 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,16 +1,6 @@ {% extends "layout-unfold1.html" %} - -{% block head %} - - - - - -{% endblock %} - {% block unfold_main %} -

User Details

{% if messages %} {% endif %} - +
+ +
+

+
- {% csrf_token %} @@ -35,17 +32,20 @@ + {%if 'Enabled' in user_status %} - @@ -99,24 +103,41 @@ {%if 'N/A' not in user_private_key%} + {%else%} + + {%endif%} @@ -127,78 +148,187 @@

+ {%endif%}
Email {{ person.email }} - +
Password - + ******** - + @@ -57,7 +57,7 @@
Confirm password: - +
@@ -69,29 +69,33 @@
{{ fullname }} - +
- +
- +
Authority {{ authority }} - +
Generate Keys - + +
******** - +
-
- - + + +
- - + +
Private Key ******** - - + + Private Key ******** + + +
-
+
+ + + + + +{%endif%} +
+ + - - - + {% endblock %}