diff --git a/cms/templates/accessibility.html b/cms/templates/accessibility.html index 161d40a88d..80f4a421a7 100644 --- a/cms/templates/accessibility.html +++ b/cms/templates/accessibility.html @@ -14,7 +14,7 @@ <%block name="header_extras"> % if not settings.STUDIO_FRONTEND_CONTAINER_URL: - + % endif diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index d31d844419..3bdcf50a98 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -14,7 +14,7 @@ <%namespace name='static' file='static_content.html'/> <%block name="header_extras"> - + diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 6f7db5be07..91eba8da71 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -115,8 +115,8 @@ source, template_path = Loader(engine).load_template_source(path) % if settings.STUDIO_FRONTEND_CONTAINER_URL: % else: - - + + % endif