From 04279bf5afc93436c7dd2eb3ac883da0420b2c43 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 27 Mar 2018 15:17:58 -0400 Subject: [PATCH] Refer to new sfe file names in templates --- cms/templates/accessibility.html | 2 +- cms/templates/asset_index.html | 2 +- common/djangoapps/pipeline_mako/templates/static_content.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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