diff --git a/cms/templates/activation_complete.html b/cms/templates/activation_complete.html index 768f17f054..fa39f13ac8 100644 --- a/cms/templates/activation_complete.html +++ b/cms/templates/activation_complete.html @@ -9,8 +9,8 @@ from django.utils.translation import ugettext as _
- ${_("Thank you for activating your account. You may now sign in and start using {studio_name} to author courses.").format( + ${Text(_("Thank you for activating your account. You may now sign in and start using {studio_name} to author courses.")).format( studio_name=Text(settings.STUDIO_NAME) )}
@@ -36,7 +36,7 @@ from django.utils.translation import ugettext as _${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct, as e-mail programs will sometimes split it into two lines.")}
- ${_("If you still have issues, contact {platform_name} Support. In the meantime, you can also return to {link_start}the {studio_name} homepage.{link_end}").format( + ${Text(_("If you still have issues, contact {platform_name} Support. In the meantime, you can also return to {link_start}the {studio_name} homepage.{link_end}")).format( platform_name=Text(settings.PLATFORM_NAME), studio_name=Text(settings.STUDIO_NAME), link_start=HTML(''),