link to user details in user list
This commit is contained in:
parent
9454c82058
commit
1ba35a4605
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{% for user in users %}
|
||||
<tr>
|
||||
<td>{{ user.id }}</td>
|
||||
<td>{{ user.username }}</td>
|
||||
<td><a href="{% url 'control.users.detail' user=user.pk %}">{{ user.username }}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue