From d4b6780751f939e2e54361e6281881341a61ec2c Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 16 Sep 2014 16:28:16 -0400 Subject: [PATCH] rename footer files for wiki --- lms/templates/main_django.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" %}