From 04d3a5723b80f5c784dfdeda8711c0317e96ef57 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Tue, 26 Aug 2014 17:11:58 -0400 Subject: [PATCH] be sure to just use the Open edX footer.html when we're running a white label on edx.org --- lms/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 844816e435..70d2522c63 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -83,7 +83,7 @@ google_analytics_file = microsite.get_template_path('google_analytics.html') - if getattr(settings, 'SITE_NAME', '').endswith('edx.org'): + if getattr(settings, 'SITE_NAME', '').endswith('edx.org') and not is_microsite(): if settings.FEATURES.get('ENABLE_NEW_EDX_FOOTER', False): footer_file = microsite.get_template_path('edx_footer.html') else: