From 323e34107ab58c746748799bacef00aa65c6b317 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 10:59:28 -0700 Subject: better CSRF handling; restyle account page --- python/fatcat_web/templates/auth_account.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'python/fatcat_web/templates/auth_account.html') diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 57155722..0311c538 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -1,23 +1,29 @@ {% extends "base.html" %} {% block body %} -

Your Account

+

+ + Account Settings +

Username: {{ current_user.username }}

Editor Id: {{ current_user.editor_id }} -

-

Change username: +
+

+

Change Username

+
-
+
- +
+

In the future, you might be able to...

  • Create a bot user -- cgit v1.2.3