From 458abbad9fc046c3bfbf411dc229b29b1488ad7f Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Mon, 23 Jul 2012 14:48:19 -0400 Subject: [PATCH] Removed copyright page, until it can be updated for edX. --- lms/templates/footer.html | 3 ++- lms/urls.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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"),