diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html
index 91abc8005c..5777b86bda 100644
--- a/cms/templates/asset_index.html
+++ b/cms/templates/asset_index.html
@@ -13,8 +13,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/container.html b/cms/templates/container.html
index 885e0eb2ac..2cb1a8759a 100644
--- a/cms/templates/container.html
+++ b/cms/templates/container.html
@@ -35,8 +35,10 @@ from openedx.core.djangolib.markup import HTML, Text
% if ENABLE_IN_CONTEXT_IMAGE_SELECTION.is_enabled(xblock_locator.course_key):
-
-
+ % if not settings.STUDIO_FRONTEND_CONTAINER_URL:
+
+
+ % endif
% endif
%block>