uncomment copyright url to enable it in microsites
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user