From 603082a1c9442a8274dd6825a6481a8b067482f1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 11 Dec 2023 14:10:11 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_start.html | 8 ++++---- sbas/templates/sbas/exam_start.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/physics/templates/physics/exam_start.html b/physics/templates/physics/exam_start.html index 171e6e2c..c21171b1 100755 --- a/physics/templates/physics/exam_start.html +++ b/physics/templates/physics/exam_start.html @@ -4,6 +4,10 @@

Start exam: {{exam.name}}

+ {% if exam.time_limit %} + This exam has a time limit of {{ exam.get_time_limit }}. The time will start when you click the Start Exam button below.
+ {% endif %} + {% if request.user.is_authenticated and valid_user %} Start Exam {% else %} @@ -11,10 +15,6 @@

- {% if exam.time_limit %} - This exam has a time limit of {{ exam.get_time_limit }}. The time will start when you click the Start Exam button below.
- {% endif %} -