uncomment copyright url to enable it in microsites

This commit is contained in:
Ibrahim
2016-01-20 17:27:23 +05:00
committed by Douglas Hall
parent c2255ef0d6
commit bf272733ac

View File

@@ -188,8 +188,8 @@ if not settings.FEATURES["USE_CUSTOM_THEME"]:
{'template': 'media-kit.html'}, name="media-kit"),
# 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'^copyright$', 'static_template_view.views.render',
{'template': 'copyright.html'}, name="copyright"),
# Press releases
url(r'^press/([_a-zA-Z0-9-]+)$', 'static_template_view.views.render_press_release', name='press_release'),