diff --git a/cms/templates/textbooks.html b/cms/templates/textbooks.html index 3e21192193..87eccd8b43 100644 --- a/cms/templates/textbooks.html +++ b/cms/templates/textbooks.html @@ -5,6 +5,7 @@ <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string +from cms.djangoapps.contentstore.utils import get_pages_and_resources_url %> <%block name="title">${_("Textbooks")}%block> @@ -36,11 +37,39 @@ CMS.URL.LMS_BASE = "${settings.LMS_BASE | n, js_escaped_string}" <%block name="content">