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
8613555c
Commit
8613555c
authored
Jul 23, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #272 from MITx/release_fixes
Removed copyright page, until it can be updated for edX.
parents
40aaaeda
458abbad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
lms/templates/footer.html
+2
-1
lms/urls.py
+3
-2
No files found.
lms/templates/footer.html
View file @
8613555c
...
...
@@ -23,7 +23,8 @@
<section
class=
"bottom"
>
<section
class=
"copyright"
>
<p>
©
2012 edX,
<a
href=
"${reverse('copyright')}"
>
some rights reserved.
</a></p>
##
<p>
©
2012 edX,
<a
href=
"${reverse('copyright')}"
>
some rights reserved.
</a></p>
# TODO: (bridger) Update the copyright for edX, then re-enable the link.
<p>
©
2012 edX, some rights reserved.
</p>
</section>
<section
class=
"secondary"
>
...
...
lms/urls.py
View file @
8613555c
...
...
@@ -69,8 +69,9 @@ urlpatterns = ('',
{
'template'
:
'tos.html'
},
name
=
"tos"
),
url
(
r'^privacy$'
,
'static_template_view.views.render'
,
{
'template'
:
'privacy.html'
},
name
=
"privacy_edx"
),
url
(
r'^copyright$'
,
'static_template_view.views.render'
,
{
'template'
:
'copyright.html'
},
name
=
"copyright"
),
# 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'^honor$'
,
'static_template_view.views.render'
,
{
'template'
:
'honor.html'
},
name
=
"honor"
),
...
...
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