Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
56a917cf
Commit
56a917cf
authored
Jan 09, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 'JOBS' and 'PRESS' links at bottom of old site
parent
674670b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
lms/envs/common.py
+2
-0
lms/urls.py
+1
-1
No files found.
lms/envs/common.py
View file @
56a917cf
...
...
@@ -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'
,
...
...
lms/urls.py
View file @
56a917cf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment