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