From 8ae485a35cd51cdbf2b874ded9ca5981a98b3005 Mon Sep 17 00:00:00 2001 From: sxw Date: Sat, 5 Dec 2015 16:13:55 +0800 Subject: [PATCH] =?UTF-8?q?contest=20list=20=E6=B7=BB=E5=8A=A0=E5=B0=8F?= =?UTF-8?q?=E7=BB=84=E9=82=80=E8=AF=B7=E8=B5=9B=E5=92=8C=E7=A7=81=E6=9C=89?= =?UTF-8?q?=E5=B0=8F=E7=BB=84=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/contest/contest_list.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/src/oj/contest/contest_list.html b/template/src/oj/contest/contest_list.html index 92a59d8..00fde88 100644 --- a/template/src/oj/contest/contest_list.html +++ b/template/src/oj/contest/contest_list.html @@ -37,7 +37,7 @@ {{ item.start_time }} {% ifequal item.contest_type 0 %} - 小组赛 + 私有小组赛 {% endifequal %} {% ifequal item.contest_type 1 %} 公开赛 @@ -45,6 +45,9 @@ {% ifequal item.contest_type 2 %} 公开赛(密码保护) {% endifequal %} + {% ifequal item.contest_type 3 %} + 小组邀请赛 + {% endifequal %} {{ item|contest_status }}