diff --git a/cms/templates/checklists.html b/cms/templates/checklists.html
index 87102f58fc..61b65961db 100644
--- a/cms/templates/checklists.html
+++ b/cms/templates/checklists.html
@@ -14,7 +14,10 @@
<%namespace name='static' file='static_content.html'/>
<%block name="header_extras">
-
+ % if not settings.STUDIO_FRONTEND_CONTAINER_URL:
+
+
+ % endif
%block>
<%block name="content">
diff --git a/cms/templates/course_outline.html b/cms/templates/course_outline.html
index fb7a97e19c..b5dfd0e219 100644
--- a/cms/templates/course_outline.html
+++ b/cms/templates/course_outline.html
@@ -32,6 +32,11 @@ from openedx.core.djangolib.markup import HTML, Text
% endfor
<%static:optional_include_mako file="course_outline_header_extras_post.html" />
+
+% if not settings.STUDIO_FRONTEND_CONTAINER_URL:
+
+
+% endif
%block>
<%block name="page_alert">