be sure to just use the Open edX footer.html when we're running a white label on edx.org

This commit is contained in:
Chris Dodge
2014-08-26 17:11:58 -04:00
parent 4ecd0458ce
commit 04d3a5723b

View File

@@ -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: