diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 870d4785ed..c8df28da92 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -17,7 +17,7 @@ from edxmako.shortcuts import marketing_link ga=microsite.get_value('google_analytics_file', 'theme-google-analytics.html') ) else: - google_analytics_file = '../google_analytics.html' + google_analytics_file = '../google-analytics.html' %> <%include file="${google_analytics_file}" /> diff --git a/lms/templates/google_analytics.html b/lms/templates/google-analytics.html similarity index 100% rename from lms/templates/google_analytics.html rename to lms/templates/google-analytics.html diff --git a/lms/templates/main.html b/lms/templates/main.html index 1155107f35..13f2cfba1c 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -100,7 +100,7 @@ from branding import api as branding_api - <%static:optional_include_mako file="google_analytics.html" with_microsite=True /> + <%static:optional_include_mako file="google-analytics.html" with_microsite=True />