From 3df06adbaa58bb0e4bae6cab3f0b585e5e51b6eb Mon Sep 17 00:00:00 2001 From: hohoTT <609029365@qq.com> Date: Sat, 5 Sep 2015 19:06:41 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9=E6=AF=94=E8=B5=9B?= =?UTF-8?q?=E5=8D=95=E4=B8=AA=E9=A2=98=E7=9B=AE=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit dc50b8e71f45d1c34eba7011c0f0afbe5f58b6ef. --- template/src/oj/contest/my_submissions_list.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/template/src/oj/contest/my_submissions_list.html b/template/src/oj/contest/my_submissions_list.html index 97bc7c34..fb24befc 100644 --- a/template/src/oj/contest/my_submissions_list.html +++ b/template/src/oj/contest/my_submissions_list.html @@ -25,12 +25,10 @@ {% for item in submissions %} - + {{ forloop.counter }} {{ item.create_time }} - - {{ item.language|translate_language }} - + {{ item.result|translate_result }} {% if item.accepted_answer_time %} {{ item.accepted_answer_time }}ms @@ -38,8 +36,8 @@ -- {% endif %} - - {{ item.result|translate_result }} + + {{ item.language|translate_language }} {% endfor %}