From f67c4067c94f2555d6d5f2b9b6fde8582109e94d Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Mon, 31 May 2021 14:07:28 +0800 Subject: [PATCH] Delete 'templates/exam.html' --- templates/exam.html | 137 -------------------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 templates/exam.html diff --git a/templates/exam.html b/templates/exam.html deleted file mode 100644 index 7580a9e..0000000 --- a/templates/exam.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - -在线习题测试系统 - - - - - - - - - - - - - - -
-
-
-
-
- - -
-

- 01:40 -

- -
- -
-
-

单选题

-

- 10题, - 合计50 -

-
-
-
-
    - {% for paper1 in paper %} - {% for test in paper1.pid.all %} -
  • -
    - {{ forloop.counter}}({{ test.score }}分) - {{ test.title }} - -
    -
    -
      -
    • - - -
    • - -
    • - - -
    • - -
    • - - -
    • - -
    • - - -
    • -
    -
    -
  • - {% endfor %} - {% endfor %} -
-
-
-
-
-
-
-
- - - - - - -