From bfb173507caa3c357c75fef61592c9ab32525217 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 28 Jan 2015 15:55:16 -0500 Subject: [PATCH] fix settings page not handling unicode (TNL-1237) --- cms/templates/settings.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 06cdd5d7e8..8926b96c90 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -110,14 +110,8 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';

${_( '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='{pm}'.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"), - ) - )}

+ 'it, follow the instructions provided by your Program Manager.') + }

% endif