Skip to content
Snippets Groups Projects
Commit 17395248 authored by chrisndodge's avatar chrisndodge
Browse files

Merge pull request #4984 from edx/cdodge/fix-white-label-footers

be sure to just use the Open edX footer.html when we're running a white ...
parents 9a554ec3 04d3a572
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment