diff --git a/cms/templates/404.html b/cms/templates/404.html index 8753d39ee1..0c24c8dae8 100644 --- a/cms/templates/404.html +++ b/cms/templates/404.html @@ -19,9 +19,9 @@ from openedx.core.djangolib.markup import Text, HTML ${_('The page that you were looking for was not found.')} ${Text(_('Go back to the {homepage} or let us know about any pages that may have been moved at {email}.')).format( homepage=HTML('homepage'), - email=HTML('{address}'.format( + email=HTML('{address}').format( address=Text(settings.TECH_SUPPORT_EMAIL) - )) + ) )}

diff --git a/cms/templates/500.html b/cms/templates/500.html index 6b77cda024..ffd3ed0e1a 100644 --- a/cms/templates/500.html +++ b/cms/templates/500.html @@ -30,9 +30,9 @@ ${Text(_("{studio_name} Server Error")).format( )} ${_("We've logged the error and our staff is currently working to resolve this error as soon as possible.")} ${Text(_(u'If the problem persists, please email us at {email_link}.')).format( - email_link=HTML(u'{email_address}'.format( - email_address=Text(settings.TECH_SUPPORT_EMAIL), - )) + email_link=HTML(u'{email_address}').format( + email_address=Text(settings.TECH_SUPPORT_EMAIL), + ) )}

diff --git a/cms/templates/course_outline.html b/cms/templates/course_outline.html index 16b34e31fe..faf07b2b48 100644 --- a/cms/templates/course_outline.html +++ b/cms/templates/course_outline.html @@ -121,7 +121,7 @@ from openedx.core.djangolib.markup import Text, HTML

${_("Page Actions")}