diff --git a/overrides/main.html b/overrides/main.html
index 5c56936..fd7fd79 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -1,8 +1,7 @@
{% extends "base.html" %}
-{% block scripts %}
-
-{{ super() }}
-
-
-{% endblock %}
\ No newline at end of file
+{% block extrahead %}
+ {{ super() }}
+
+{% endblock %}
+