From f16e5b7c5c7da09025a8bc3af3bfbeb9557db0bf Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 4 Jun 2021 15:32:31 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 2 +- rapids/templates/rapids/exam_overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index eb0eecf5..842b3993 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -12,7 +12,7 @@ Exam mode: {{ exam.exam_mode }} - {% if exam.mode %} + {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system]
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index f3f8b7e0..1406608b 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -12,7 +12,7 @@ Normal {{ exam.get_normal_abnormal_breakdown }}
Exam mode: {{ exam.exam_mode }}
- {% if exam.mode %} + {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system]