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
2fd7657e
Commit
2fd7657e
authored
Jan 28, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update text in LMS footer as per legal
[OPEN-444]
parent
af763c28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
lms/templates/footer-edx-new.html
+9
-4
lms/templates/footer.html
+8
-4
No files found.
lms/templates/footer-edx-new.html
View file @
2fd7657e
...
...
@@ -30,10 +30,15 @@
</div>
<div
class=
"footer-about-copyright"
>
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
<p>
${_("
©
{copyright_year} {platform_name}, some rights reserved").format(
platform_name=settings.PLATFORM_NAME,
copyright_year=settings.COPYRIGHT_YEAR
## Using "edX Inc." explicitly here for copyright purposes (settings.PLATFORM_NAME is just "edX", and this footer is only used on edx.org)
<p>
©
${settings.COPYRIGHT_YEAR} edX Inc.
</p>
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p>
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"
<a
href=
'https://www.edx.org/'
>
",
link_end=u"
</a>
"
)}
</p>
</div>
...
...
lms/templates/footer.html
View file @
2fd7657e
...
...
@@ -51,10 +51,14 @@
</p>
</div>
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
<p
class=
"copyright"
>
${_("
©
{copyright_year} {platform_name}, some rights reserved").format(
platform_name=settings.PLATFORM_NAME,
copyright_year=settings.COPYRIGHT_YEAR
<p
class=
"copyright"
>
©
${settings.COPYRIGHT_YEAR} ${settings.PLATFORM_NAME}.
</p>
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p
class=
"copyright"
>
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"
<a
href=
'https://www.edx.org/'
>
",
link_end=u"
</a>
"
)}
</p>
<nav
class=
"nav-legal"
>
...
...
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