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