From 57272a1b3bd3e3ddf844612f90974805ba608012 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Sep 2021 14:39:49 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 3 +++ longs/templates/longs/exam_overview.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 4e64e1c0..bb1020b7 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -8,6 +8,9 @@ Delete Admin Edit

Exam: {{ exam.name }}

+ + {% include 'exam_notes.html' %} + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. Exam mode: {{ exam.exam_mode }} diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index cad3b03e..0f4bfe56 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -10,6 +10,9 @@ Admin Edit {% endif %}

Exam: {{ exam.name }}

+ + {% include 'exam_notes.html' %} + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.exam_mode }}