From 1d6e91404da2edfe3d1fc44f14e5ad556d8159b7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 3 Sep 2015 14:19:21 -0400 Subject: [PATCH] Rename google_analytics.html to use a hyphen instead. --- lms/templates/courseware/course_about.html | 2 +- lms/templates/{google_analytics.html => google-analytics.html} | 0 lms/templates/main.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lms/templates/{google_analytics.html => google-analytics.html} (100%) 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 />