增加比赛筛选某人的所有提交

This commit is contained in:
virusdefender
2015-10-08 12:19:04 +08:00
parent 779a8e9e40
commit a8ba7f9326
3 changed files with 27 additions and 18 deletions

View File

@@ -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 %}