diff --git a/cms/envs/common.py b/cms/envs/common.py index efe84ee5e43b..75a1da4d5503 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1126,6 +1126,9 @@ # 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 64a2a0366877..1736677f2a4b 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -143,6 +143,7 @@ }); }); + <%block name='requirejs_page'>%block> <%include file="widgets/segment-io-footer.html" />