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]