添加小组邀请赛

This commit is contained in:
sxw 2015-12-05 16:03:05 +08:00
parent bbf3b42edc
commit 13c74797c4

View File

@ -21,7 +21,7 @@
<td>{{ contest.end_time }}</td>
<td>{{ contest|contest_status }}</td>
{% ifequal contest.contest_type 0 %}
<td>小组赛</td>
<td>私有小组赛</td>
{% endifequal %}
{% ifequal contest.contest_type 1 %}
<td>公开赛</td>
@ -29,6 +29,9 @@
{% ifequal contest.contest_type 2 %}
<td>公开赛(密码保护)</td>
{% endifequal %}
{% ifequal contest.contest_type 3 %}
<td>小组邀请赛</td>
{% endifequal %}
<td>{{ contest.created_by.username }}</td>
</tr>