From 7a8dc62dde5f8e3ca6c8e55e5a1e85a3db6b5d58 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 13 Jul 2017 19:52:01 +0200 Subject: [PATCH] Show username on profile edit form Can't change the username, but it makes sense for it to be visible. --- templates/account/userprofileform.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/account/userprofileform.html b/templates/account/userprofileform.html index 148065f7..51dd5668 100644 --- a/templates/account/userprofileform.html +++ b/templates/account/userprofileform.html @@ -10,6 +10,10 @@ Please correct the errors below, and re-submit the form. {%endif%} + + Username + {{user.username}} + Email {{user.email}} (change) -- 2.39.5