增加*开头的队伍不参与排名的规则
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user