From dd862d041a59610a546ff27567f6ac269747c951 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 17:48:22 +0100 Subject: [PATCH] . --- longs/templates/longs/exam_overview.html | 148 ++--------------------- 1 file changed, 7 insertions(+), 141 deletions(-) diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index b72688fa..b4fda213 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -21,12 +21,13 @@ {% if exam.exam_mode %}
- Exam active: [When checked the exam will be available to take in the test system]
Publish results: - [When checked the exam results will be available on this site]
@@ -74,7 +75,7 @@ {% if can_edit %} -

+

JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}), JSON creation id: {{exam.exam_json_id}} @@ -85,145 +86,10 @@ Refresh JSON cache Refresh Question JSON cache - - + + {% endif %}
- + {% include 'exam_overview_js.html' %} {% endblock %}