diff --git a/lms/templates/main.html b/lms/templates/main.html
index 37a4325..7be6b4f 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -126,6 +126,7 @@
}).call(this, require || RequireJS.require);
+
<%block name="js_overrides">
${render_require_js_path_overrides(settings.REQUIRE_JS_PATH_OVERRIDES) | n, decode.utf8}
%block>
@@ -214,6 +215,7 @@
<%static:optional_include_mako file="body-extra.html" is_theming_enabled="True" />
+