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
d4fff463
Commit
d4fff463
authored
Feb 03, 2015
by
Adam Palay
Committed by
Adam Palay
Feb 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix unicode error on cms settings page
parent
9e7b916f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
cms/templates/settings.html
+1
-7
No files found.
cms/templates/settings.html
View file @
d4fff463
...
...
@@ -193,13 +193,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
'These dates impact
<strong>
when your courseware can be viewed
</strong>
, '
'but they are
<strong>
not the dates shown on your course summary page
</strong>
. '
'To provide the course start and registration dates as shown on your course '
'summary page, follow the instructions provided by your {manager}.').format(
manager='
<abbr
title=
"{program_manager}"
>
{pm}
</abbr>
'.format(
## Translators: This is a job title
program_manager=_("Program Manager"),
## Translators: This is an abbreviation for "Program Manager", which is a job title
pm=_("PM"),
)
'summary page, follow the instructions provided by your Program Manager.'
)}
</p>
</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