From e9fc0a5b55c3441c3424302bdb7f6da92efd31f6 Mon Sep 17 00:00:00 2001
From: Vladyslav Tymofeiev <“vladyslavty@softwareplanetgroup.com”>
Date: Mon, 19 Aug 2024 15:24:15 +0300
Subject: [PATCH 1/3] Connect iframe-render.js to main.html
---
lms/templates/main.html | 2 ++
1 file changed, 2 insertions(+)
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" />
+