增加*开头的队伍不参与排名的规则

This commit is contained in:
virusdefender
2016-05-19 14:29:06 +08:00
parent 4737e970f5
commit 020d17a75a
2 changed files with 12 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
<tbody class="rank">
{% for item in rank %}
<tr>
<th scope="row">{% if item.total_ac_number %}{{ forloop.counter}}{% else %}-{% endif %}</th>
<th scope="row">{% if item.rank_number %}{{ item.rank_number }}{% else %}-{% endif %}</th>
<td>
<a href="/contest/{{ contest.id }}/submissions/?user_id={{ item.user__id }}">
{{ item.user__username }}