From bbde926c6e1e7613e7170df1e76309e0d6dae36e Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Wed, 2 Jun 2021 18:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E7=BB=A9=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/showGrade.html | 76 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 templates/showGrade.html diff --git a/templates/showGrade.html b/templates/showGrade.html new file mode 100644 index 0000000..7307cf1 --- /dev/null +++ b/templates/showGrade.html @@ -0,0 +1,76 @@ + + + + + + + + + + 成绩 + + + + + + + + + + + + + {% for grade in grade %} + + + + + + {% endfor %} + +
学生学号考试科目成绩
{{ grade.sid }}{{ grade.subject }}{{ grade.grade }}
+
+ + + \ No newline at end of file