Merge pull request #15130 from edx/douglashall/ENT-388

ENT-388 Fix formatting issues with LMS account activation email.
This commit is contained in:
Douglas Hall
2017-05-16 13:54:37 -04:00
committed by GitHub

View File

@@ -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)}