From 9b734fc9713b2d425894f9a24b9ff5994b214782 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 12:00:55 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 2 +- templates/exam_overview_js.html | 163 ++++++++++----------- 2 files changed, 81 insertions(+), 84 deletions(-) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 70a57228..b33fc6c0 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -1,5 +1,4 @@ {% extends 'rapids/exams.html' %} -{% extends 'exam_overview_js.html' %} {% block content %} @@ -85,4 +84,5 @@ +{% includes 'exam_overview_js.html' %} {% endblock %} diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html index 5651733b..08180358 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -1,19 +1,18 @@ -{% block js %} - -{% endblock js %} - \ No newline at end of file + + + }); + \ No newline at end of file