增加比赛筛选某人的所有提交
This commit is contained in:
@@ -50,7 +50,9 @@
|
||||
<tr>
|
||||
<th scope="row">{{ forloop.counter }}</th>
|
||||
<td>
|
||||
<a href="/contest/{{ contest.id }}/submissions/?user_id={{ item.user__id }}">
|
||||
{{ item.user__username }}
|
||||
</a>
|
||||
{% if show_real_name %}
|
||||
({{ item.user__real_name }})
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user