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
8dd7b780
Commit
8dd7b780
authored
Jan 12, 2015
by
Adam
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6501 from edx/adam/update-copy-date
update copyright dates
parents
a8adce13
8fa00ea5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
cms/envs/common.py
+1
-1
cms/templates/widgets/footer.html
+1
-1
lms/templates/footer-edx-new.html
+5
-1
No files found.
cms/envs/common.py
View file @
8dd7b780
...
@@ -31,7 +31,7 @@ import lms.envs.common
...
@@ -31,7 +31,7 @@ import lms.envs.common
# Although this module itself may not use these imported variables, other dependent modules may.
# Although this module itself may not use these imported variables, other dependent modules may.
from
lms.envs.common
import
(
from
lms.envs.common
import
(
USE_TZ
,
TECH_SUPPORT_EMAIL
,
PLATFORM_NAME
,
BUGS_EMAIL
,
DOC_STORE_CONFIG
,
ALL_LANGUAGES
,
WIKI_ENABLED
,
MODULESTORE
,
USE_TZ
,
TECH_SUPPORT_EMAIL
,
PLATFORM_NAME
,
BUGS_EMAIL
,
DOC_STORE_CONFIG
,
ALL_LANGUAGES
,
WIKI_ENABLED
,
MODULESTORE
,
update_module_store_settings
,
ASSET_IGNORE_REGEX
update_module_store_settings
,
ASSET_IGNORE_REGEX
,
COPYRIGHT_YEAR
)
)
from
path
import
path
from
path
import
path
from
warnings
import
simplefilter
from
warnings
import
simplefilter
...
...
cms/templates/widgets/footer.html
View file @
8dd7b780
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"wrapper-footer wrapper"
>
<div
class=
"wrapper-footer wrapper"
>
<footer
class=
"primary"
role=
"contentinfo"
>
<footer
class=
"primary"
role=
"contentinfo"
>
<div
class=
"colophon"
>
<div
class=
"colophon"
>
<p>
©
2014
<a
href=
"http://www.edx.org"
rel=
"external"
>
edX
</a>
. ${ _("All rights reserved.")}
</p>
<p>
©
${settings.COPYRIGHT_YEAR}
<a
href=
"${marketing_link('ROOT')}"
rel=
"external"
>
${settings.PLATFORM_NAME}
</a>
. ${ _("All rights reserved.")}
</p>
</div>
</div>
<nav
class=
"nav-peripheral"
>
<nav
class=
"nav-peripheral"
>
...
...
lms/templates/footer-edx-new.html
View file @
8dd7b780
...
@@ -32,7 +32,11 @@
...
@@ -32,7 +32,11 @@
<div
class=
"footer-about-copyright"
>
<div
class=
"footer-about-copyright"
>
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
## Translators: '
©
' is an HTML character code for the copyright symbol. Please don't remove or change it.
<p>
${_("
©
{copyright_year} edX, some rights reserved.").format(copyright_year=settings.COPYRIGHT_YEAR)}
</p>
<p>
${_("
©
{copyright_year} {platform_name}, some rights reserved").format(
platform_name=settings.PLATFORM_NAME,
copyright_year=settings.COPYRIGHT_YEAR
)}
</p>
</div>
</div>
<div
class=
"footer-about-links"
>
<div
class=
"footer-about-links"
>
...
...
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