From 901e4f4c23398e19e2595c374f2fa45e4773e992 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 26 Feb 2021 11:04:55 -0800 Subject: web: restyle account settings page a bit --- python/fatcat_web/templates/auth_account.html | 30 ++++++++++++++++++--------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'python') diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 4a51241a..86b60b25 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -8,17 +8,23 @@ Account Settings +

+ editor_{{ current_user.editor_id }}

+ -

Username: {{ current_user.username }} -

Editor Id: {{ current_user.editor_id }} +Edit History - +Comments and Annotation History
+ +

+
-

Change Username

+

Change Username

-
+
@@ -27,7 +33,7 @@
-

Create API Token

+

Create API Token

@@ -40,10 +46,14 @@
-
-

In the future, you will be able to... -

    -
  • Create and manage bot accounts -
+
+
+
+ In the future, you will be able to... +
+
    +
  • Create and manage bot accounts +
+
{% endblock %} -- cgit v1.2.3