diff --git a/lms/templates/notes.html b/lms/templates/notes.html
index e7044fe223..d896725581 100644
--- a/lms/templates/notes.html
+++ b/lms/templates/notes.html
@@ -169,6 +169,7 @@
},
};
+ tinyMCE.baseURL = "${settings.STATIC_URL}" + "js/vendor/ova";
var imgURLRoot = "${settings.STATIC_URL}" + "js/vendor/ova/catch/img/";
//remove old instances
diff --git a/lms/templates/static_htmlbook.html b/lms/templates/static_htmlbook.html
index 5d4348c0b9..aeb4dcf7c4 100644
--- a/lms/templates/static_htmlbook.html
+++ b/lms/templates/static_htmlbook.html
@@ -13,6 +13,7 @@
<%block name="js_extra">