From c49eca8dc684b61c1a99d876818fad37e6242185 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 10 Dec 2020 21:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E5=9B=A2=E8=80=83=E8=AF=95=E6=AF=94?= =?UTF-8?q?=E7=8E=87=E5=A2=9E=E5=8A=A0=E5=B7=A6=E4=BE=A7=E9=9B=86=E5=9B=A2?= =?UTF-8?q?=E6=80=BB=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groups/templates/groups/base.html | 2 +- groups/templates/groups/exam.html | 19 ++++++++----------- groups/views.py | 21 +++++++++++++++++++-- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/groups/templates/groups/base.html b/groups/templates/groups/base.html index c7d80651..35dcea2d 100644 --- a/groups/templates/groups/base.html +++ b/groups/templates/groups/base.html @@ -73,7 +73,7 @@ desired effect - 集团后台 + {{ request.session.user_groupname }} diff --git a/groups/templates/groups/exam.html b/groups/templates/groups/exam.html index b2047f2d..f85db51e 100644 --- a/groups/templates/groups/exam.html +++ b/groups/templates/groups/exam.html @@ -1,6 +1,13 @@ {% extends "groups/base.html" %} {% load static %} - +{% block headother%} + + + + + + +{% endblock %} {% block title %}在线考试统计{% endblock %} {% block pagehead %} @@ -25,16 +32,6 @@
- - - - - - - - - -