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
a2df7af5
Commit
a2df7af5
authored
Feb 11, 2015
by
Adam
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6958 from edx/adam/fix-settings-500-french
fix unicode error on cms settings page
parents
77f98e1e
d4fff463
Hide 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 @
a2df7af5
...
...
@@ -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