Commit 194c2dd7 by David Ormsbee

Merge pull request #272 from MITx/release_fixes

Removed copyright page, until it can be updated for edX.
parents af7e2d17 19db7b31
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<section class="bottom"> <section class="bottom">
<section class="copyright"> <section class="copyright">
<p>&copy; 2012 edX, <a href="${reverse('copyright')}">some rights reserved.</a></p> ## <p>&copy; 2012 edX, <a href="${reverse('copyright')}">some rights reserved.</a></p> # TODO: (bridger) Update the copyright for edX, then re-enable the link.
<p>&copy; 2012 edX, some rights reserved.</p>
</section> </section>
<section class="secondary"> <section class="secondary">
......
...@@ -69,8 +69,9 @@ urlpatterns = ('', ...@@ -69,8 +69,9 @@ urlpatterns = ('',
{'template': 'tos.html'}, name="tos"), {'template': 'tos.html'}, name="tos"),
url(r'^privacy$', 'static_template_view.views.render', url(r'^privacy$', 'static_template_view.views.render',
{'template': 'privacy.html'}, name="privacy_edx"), {'template': 'privacy.html'}, name="privacy_edx"),
url(r'^copyright$', 'static_template_view.views.render', # TODO: (bridger) The copyright has been removed until it is updated for edX
{'template': 'copyright.html'}, name="copyright"), # url(r'^copyright$', 'static_template_view.views.render',
# {'template': 'copyright.html'}, name="copyright"),
url(r'^honor$', 'static_template_view.views.render', url(r'^honor$', 'static_template_view.views.render',
{'template': 'honor.html'}, name="honor"), {'template': 'honor.html'}, name="honor"),
......
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