From 895ad05636a6b0c9f4e983a66ee61540aaf83eba Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 11:58:59 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 146 +------------------- templates/exam_overview_js.html | 147 +++++++++++++++++++++ 2 files changed, 149 insertions(+), 144 deletions(-) create mode 100644 templates/exam_overview_js.html diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index e91af00c..cc61cd39 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -84,148 +84,6 @@ - {% endblock %} + +{% include 'exam_overview_js.html' %} \ No newline at end of file diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html new file mode 100644 index 00000000..5651733b --- /dev/null +++ b/templates/exam_overview_js.html @@ -0,0 +1,147 @@ +{% block js %} + +{% endblock js %} + \ No newline at end of file