add user type to users on admin page
This commit is contained in:
parent
b225349931
commit
3f0c84566e
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>Email</th>
|
||||
<th>User Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
<td>{{user.first_name}}</td>
|
||||
<td>{{user.last_name}}</td>
|
||||
<td>{{user.email}}</td>
|
||||
<td>{{user.user_type}}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue