Skip to content

Commit

Permalink
User details
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent 5b356d7 commit 951b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/templates/waitinglists/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h6><a href="{% url 'total_waiting_list' module.id %}">{{ module.name }}</a></h6
<div class="col-8">
<h4>Quiz Timeouts</h4>
{% for user in timeout_users %}
<a href="{% url 'user_details' user.username %}">{{ user.first_name }} {{ user.last_name }}</a>
<a href="{% url 'user_detail' user.username %}">{{ user.first_name }} {{ user.last_name }}</a>
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 951b7a9

Please sign in to comment.