diff --git a/cms/envs/common.py b/cms/envs/common.py index efe84ee5e4..75a1da4d55 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1126,6 +1126,9 @@ INSTALLED_APPS = [ # Entitlements, used in openedx tests 'entitlements', + + # Asset management for mako templates + 'pipeline_mako', ] diff --git a/cms/templates/base.html b/cms/templates/base.html index 64a2a03668..1736677f2a 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -143,6 +143,7 @@ from openedx.core.djangolib.markup import HTML }); }); + <%block name='requirejs_page'>%block> <%include file="widgets/segment-io-footer.html" />