2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Ability to edit username

This commit is contained in:
Oliver Walters
2019-09-19 14:36:14 +10:00
parent 600eac7f1d
commit 8a995cc193
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@
</div>
<table class='table table-striped table-condensed'>
<tr>
<td>Username</td>
<td>{{ user.username }}</td>
</tr>
<tr>
<td>First Name</td>
<td>{{ user.first_name }}</td>