fix settings page not handling unicode (TNL-1237)

This commit is contained in:
Adam Palay
2015-01-28 15:55:16 -05:00
parent dce62ed600
commit bfb173507c

View File

@@ -110,14 +110,8 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
<p>${_(
'Your course summary page will not be viewable until your course '
'has been announced. To provide content for the page and preview '
'it, 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"),
)
)}</p>
'it, follow the instructions provided by your Program Manager.')
}</p>
</div>
</div>
% endif