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
562842d2
Commit
562842d2
authored
Feb 04, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6895 from edx/sarina/privacy-date
Update privacy policy date to the most recent
parents
50730da1
d68ddb6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
lms/templates/footer-edx-new.html
+8
-1
No files found.
lms/templates/footer-edx-new.html
View file @
562842d2
...
...
@@ -45,7 +45,14 @@
<div
class=
"footer-about-links"
>
<a
href=
"${marketing_link('TOS')}"
><span
class=
"copy"
>
${_("Terms of Service and Honor Code")}
</span></a>
<a
href=
"${marketing_link('PRIVACY')}"
><span
class=
"copy"
>
${_("Privacy Policy")}
</span>
<span
class=
"note"
>
${_("(Revised 4/16/2014)")}
</span></a>
<a
href=
"${marketing_link('PRIVACY')}"
><span
class=
"copy"
>
${_("Privacy Policy")}
</span>
<span
class=
"note"
>
## Translators: {date} will be an abbreviated date, indicating when the privacy policy was most recently revised.
${_("(Revised {date})").format(
## Translators: 10/22/2014 is a US-style date representing October 22, 2014. Please convert to use your local date system.
date=_("10/22/2014")
)}
</span></a>
</div>
</div>
...
...
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