Commit a04c4bf1 by Brian Talbot

LMS: renaming edx-specific footer template files/references

parent def8b5bf
......@@ -85,9 +85,9 @@
if settings.FEATURES['IS_EDX_DOMAIN'] and not is_microsite():
if settings.FEATURES.get('ENABLE_NEW_EDX_FOOTER', False):
footer_file = microsite.get_template_path('edx_footer.html')
footer_file = microsite.get_template_path('footer-edx-new.html')
else:
footer_file = microsite.get_template_path('original_edx_footer.html')
footer_file = microsite.get_template_path('footer-edx.html')
else:
footer_file = microsite.get_template_path('footer.html')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment