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
f62b6602
Commit
f62b6602
authored
Feb 21, 2017
by
Simon Chen
Committed by
GitHub
Feb 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14525 from edx/schen/ECOM-7119
Update embargo message with better language ECOM-7119
parents
067348b8
5ca0ebcc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
common/test/test-theme/lms/templates/static_templates/embargo.html
+3
-3
lms/templates/static_templates/embargo.html
+3
-3
No files found.
common/test/test-theme/lms/templates/static_templates/embargo.html
View file @
f62b6602
...
@@ -12,9 +12,9 @@ from openedx.core.djangolib.markup import HTML, Text
...
@@ -12,9 +12,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section
class=
"outside-app"
>
<section
class=
"outside-app"
>
<p>
<p>
${Text(_("Our system indicates that you are trying to access this {platform_name} "
${Text(_("Our system indicates that you are trying to access this {platform_name} "
"course from a country or region currently subject to U.S. economic and trade
"
"course from a country or region currently subject to U.S. economic and trade
sanctions."
"
sanctions. Unfortunately, at this time {platform_name} must comply with "
"
Unfortunately, because {platform_name} is required to comply with export controls,"
"
export controls, and we cannot allow you to access this cours
e."
"
we cannot allow you to access this course at this tim
e."
)).format(
)).format(
platform_name=Text(settings.PLATFORM_NAME),
platform_name=Text(settings.PLATFORM_NAME),
)}
)}
...
...
lms/templates/static_templates/embargo.html
View file @
f62b6602
...
@@ -11,9 +11,9 @@ from openedx.core.djangolib.markup import HTML, Text
...
@@ -11,9 +11,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section
class=
"outside-app"
>
<section
class=
"outside-app"
>
<p>
<p>
${Text(_("Our system indicates that you are trying to access this {platform_name} "
${Text(_("Our system indicates that you are trying to access this {platform_name} "
"course from a country or region currently subject to U.S. economic and trade
"
"course from a country or region currently subject to U.S. economic and trade
sanctions."
"
sanctions. Unfortunately, at this time {platform_name} must comply with "
"
Unfortunately, because {platform_name} is required to comply with export controls,"
"
export controls, and we cannot allow you to access this cours
e."
"
we cannot allow you to access this course at this tim
e."
)).format(
)).format(
platform_name=Text(settings.PLATFORM_NAME),
platform_name=Text(settings.PLATFORM_NAME),
)}
)}
...
...
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