From 13c74797c418c8ae642f984a42103e8dbc05a957 Mon Sep 17 00:00:00 2001 From: sxw Date: Sat, 5 Dec 2015 16:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B0=8F=E7=BB=84=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/contest/_contest_header.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/src/oj/contest/_contest_header.html b/template/src/oj/contest/_contest_header.html index 3fcac447..2e1fdf3c 100644 --- a/template/src/oj/contest/_contest_header.html +++ b/template/src/oj/contest/_contest_header.html @@ -21,7 +21,7 @@ {{ contest.end_time }} {{ contest|contest_status }} {% ifequal contest.contest_type 0 %} - 小组赛 + 私有小组赛 {% endifequal %} {% ifequal contest.contest_type 1 %} 公开赛 @@ -29,6 +29,9 @@ {% ifequal contest.contest_type 2 %} 公开赛(密码保护) {% endifequal %} + {% ifequal contest.contest_type 3 %} + 小组邀请赛 + {% endifequal %} {{ contest.created_by.username }}