From 6998b311fe6d08cde8b4cf49a315ac87b312a152 Mon Sep 17 00:00:00 2001 From: Ari Rizzitano Date: Thu, 1 Mar 2018 17:26:13 -0500 Subject: [PATCH] fix page_bundle --- cms/templates/base.html | 1 - cms/templates/textbooks.html | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cms/templates/base.html b/cms/templates/base.html index faf499eae3..05e3a718bf 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -155,7 +155,6 @@ from openedx.core.djangolib.markup import HTML }); - <%block name="page_bundle_extra"> <%include file="widgets/segment-io-footer.html" /> diff --git a/cms/templates/textbooks.html b/cms/templates/textbooks.html index c406d9102e..49184248aa 100644 --- a/cms/templates/textbooks.html +++ b/cms/templates/textbooks.html @@ -27,7 +27,7 @@ CMS.URL.LMS_BASE = "${settings.LMS_BASE}" -<%block name="page_bundle_extra"> +<%block name="page_bundle"> <%static:invoke_page_bundle page_name="js/pages/textbooks" class_name="TextbooksFactory"> ${textbooks | n, dump_js_escaped_json} @@ -54,12 +54,7 @@ CMS.URL.LMS_BASE = "${settings.LMS_BASE}"
-
- ${static.renderReact( - component="NoTextbooks", - id="no-textbooks-container" - )} -
+