contest list 添加小组邀请赛和私有小组赛

This commit is contained in:
sxw
2015-12-05 16:13:55 +08:00
parent 13c74797c4
commit 8ae485a35c

View File

@@ -37,7 +37,7 @@
<td>{{ item.start_time }}</td>
{% ifequal item.contest_type 0 %}
<td>小组赛</td>
<td>私有小组赛</td>
{% endifequal %}
{% ifequal item.contest_type 1 %}
<td>公开赛</td>
@@ -45,6 +45,9 @@
{% ifequal item.contest_type 2 %}
<td>公开赛(密码保护)</td>
{% endifequal %}
{% ifequal item.contest_type 3 %}
<td>小组邀请赛</td>
{% endifequal %}
<td class="{{ item|contest_status_color }}">{{ item|contest_status }}</td>
</tr>