Show username on profile edit form
authorMagnus Hagander <magnus@hagander.net>
Thu, 13 Jul 2017 17:52:01 +0000 (19:52 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 14 Jul 2017 11:33:00 +0000 (13:33 +0200)
Can't change the username, but it makes sense for it to be visible.

templates/account/userprofileform.html

index 148065f735e76f05705c5b2cd3f7e10669579b75..51dd56683545594db8a69d21388961d10497ba5c 100644 (file)
   <td colspan="2">Please correct the errors below, and re-submit the form.</td>
  </tr>
 {%endif%}
+ <tr>
+  <th>Username</th>
+  <td>{{user.username}}</td>
+ </tr>
  <tr>
   <th>Email</th>
   <td>{{user.email}} (<i><a href="change_email/">change</a></i>)</td>