Skip to content

Commit 62812c7

Browse files
authored
[ENG-8479] Update user template for admin app (#11346)
1 parent 0a92941 commit 62812c7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

admin/templates/users/user.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,22 @@ <h2>User: <b>{{ user.username }}</b> <a href="{{ user.absolute_url }}"> ({{user.
7878
<td>Full Name</td>
7979
<td>{{ user.fullname }}</td>
8080
</tr>
81+
<tr>
82+
<td>First Name</td>
83+
<td>{{ user.given_name }}</td>
84+
</tr>
85+
<tr>
86+
<td>Last Name</td>
87+
<td>{{ user.family_name }}</td>
88+
</tr>
89+
<tr>
90+
<td>Middle Name</td>
91+
<td>{{ user.middle_names }}</td>
92+
</tr>
93+
<tr>
94+
<td>Suffix</td>
95+
<td>{{ user.suffix }}</td>
96+
</tr>
8197
<tr>
8298
<td>Username</td>
8399
<td>{{ user.username }}</td>

0 commit comments

Comments
 (0)