Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Feb 16, 2025
1 parent 3e0afd9 commit 5e5bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/templates/waitinglists/Session.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>{{ session.mentor.name }}</h3>
</tr>
{% for attendance in attendances %}
<tr>
<td>{{ attendance.user.username }}</td>
<td><a href={% url 'user_details' attendance.user.username %}> {{ attendance.user.username }}</a></td>
<td>{{ attendance.user.first_name }}</td>
<td>{{ attendance.user.last_name }}</td>
<td>{{ attendance.attended }}</td>
Expand Down

0 comments on commit 5e5bb2c

Please sign in to comment.