From cab7e21b10ed19ae59897021ba645d2b944a5423 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Sep 2024 11:57:14 -0500 Subject: UI Improvements: Provide some details of logged in user --- uploader/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates/base.html') diff --git a/uploader/templates/base.html b/uploader/templates/base.html index cc37c3e..3af14ef 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -31,7 +31,7 @@
  • {%if user_logged_in()%} Log Out + title="Log out of the system">{{user_email()}} — Log Out {%else%} Log In -- cgit v1.2.3