Fix contest summary

This commit is contained in:
cuom1999 2023-10-10 19:46:48 -05:00
parent ed287b6ff3
commit 56c2b6d9b9

View file

@ -49,9 +49,9 @@
</td> </td>
<td> <td>
<div> <div>
<span class="username {{ item.css_class }} wrapline" href="{{url('user_page', item.username)}}" >{{item.username}}</span> <span class="username {{ item.css_class }} wrapline" href="{{url('user_page', item.user.username)}}" >{{item.user.username}}</span>
</div> </div>
<div>{{item.first_name}}</div> <div>{{item.user.first_name}}</div>
</td> </td>
{% for point_contest, rank_contest in item.point_contests %} {% for point_contest, rank_contest in item.point_contests %}
<td> <td>