Commit 56a917cf by Sarina Canelake

Fix 'JOBS' and 'PRESS' links at bottom of old site

parent 674670b6
......@@ -1032,6 +1032,8 @@ MKTG_URL_LINK_MAP = {
'TOS': 'tos',
'HONOR': 'honor',
'PRIVACY': 'privacy_edx',
'JOBS': 'jobs',
'PRESS': 'press',
# Verified Certificates
'WHAT_IS_VERIFIED_CERT': 'verified-certificate',
......
......@@ -110,7 +110,7 @@ if not settings.FEATURES["USE_CUSTOM_THEME"]:
# url(r'^copyright$', 'static_template_view.views.render',
# {'template': 'copyright.html'}, name="copyright"),
#Press releases
# Press releases
url(r'^press/([_a-zA-Z0-9-]+)$', 'static_template_view.views.render_press_release', name='press_release'),
# Favicon
......
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