diff --git a/lms/templates/emails/activation_email.txt b/lms/templates/emails/activation_email.txt index 670875c4cc..4c4d431a0c 100644 --- a/lms/templates/emails/activation_email.txt +++ b/lms/templates/emails/activation_email.txt @@ -1,12 +1,12 @@ <%! from django.utils.translation import ugettext as _ %> -${_("You're almost there! Use the link to activate your account to access engaging, high-quality " -"{platform_name} courses. Note that you will not be able to log back into your account until " +${_("You're almost there! Use the link to activate your account to access engaging, high-quality " +"{platform_name} courses. Note that you will not be able to log back into your account until " "you have activated it.").format(platform_name=platform_name)} % if is_secure: - https://${ site }/activate/${ key } +https://${ site }/activate/${ key } % else: - http://${ site }/activate/${ key } +http://${ site }/activate/${ key } % endif ${_("Enjoy learning with {platform_name}.").format(platform_name=platform_name)}