diff --git a/lms/templates/footer.html b/lms/templates/footer.html index 9d9570d8c1..c1fc3c3f36 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -23,7 +23,8 @@
diff --git a/lms/urls.py b/lms/urls.py index a212bfefd0..6140a2c074 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -70,8 +70,9 @@ urlpatterns = ('', {'template': 'tos.html'}, name="tos"), url(r'^privacy$', 'static_template_view.views.render', {'template': 'privacy.html'}, name="privacy_edx"), - url(r'^copyright$', 'static_template_view.views.render', - {'template': 'copyright.html'}, name="copyright"), + # TODO: (bridger) The copyright has been removed until it is updated for edX + # url(r'^copyright$', 'static_template_view.views.render', + # {'template': 'copyright.html'}, name="copyright"), url(r'^honor$', 'static_template_view.views.render', {'template': 'honor.html'}, name="honor"),