diff --git a/template/oj/submission/my_submissions_list.html b/template/oj/submission/my_submissions_list.html index b381f5c9..e13d978b 100644 --- a/template/oj/submission/my_submissions_list.html +++ b/template/oj/submission/my_submissions_list.html @@ -2,59 +2,59 @@ {% block body %} - {% load submission %} -
- - - - - - - - - - - - - - {% for item in submissions %} - - - - - - - - {% endfor %} +{% load submission %} +
+ +
+
#提交时间结果运行时间语言
{{ item.id }}{{ item.create_time }}{{ item.result|translate_result }} - {% if item.accepted_answer_time %} - {{ item.accepted_answer_time }}ms - {% else %} - -- - {% endif %} - - {{ item.language|translate_language }} -
+ + + + + + + + + + + {% for item in submissions %} + + + + + + + + {% endfor %} - -
#提交时间结果运行时间语言
{{ item.id }}{{ item.create_time }}{{ item.result|translate_result }} + {% if item.accepted_answer_time %} + {{ item.accepted_answer_time }}ms + {% else %} + -- + {% endif %} + + {{ item.language|translate_language }} +
- -
+ + + + {% endblock %}