diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index bdc1bc61fa..9de60bfc0d 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -42,9 +42,9 @@ {% if IS_EDX_DOMAIN %} {% if ENABLE_NEW_EDX_FOOTER %} - {% include "edx_footer.html" %} + {% include "footer-edx-new.html" %} {% else %} - {% include "original_edx_footer.html" %} + {% include "footer-edx.html" %} {% endif %} {% else %} {% include "footer.html" %}