Commit aa4eba33 by Douglas Hall Committed by GitHub

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

ENT-388 Fix formatting issues with LMS account activation email.
parents ef80a845 d22afb8c
<%! from django.utils.translation import ugettext as _ %> <%! from django.utils.translation import ugettext as _ %>
${_("You're almost there! Use the link to activate your account to access engaging, high-quality " ${_("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 " "{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)} "you have activated it.").format(platform_name=platform_name)}
% if is_secure: % if is_secure:
https://${ site }/activate/${ key } https://${ site }/activate/${ key }
% else: % else:
http://${ site }/activate/${ key } http://${ site }/activate/${ key }
% endif % endif
${_("Enjoy learning with {platform_name}.").format(platform_name=platform_name)} ${_("Enjoy learning with {platform_name}.").format(platform_name=platform_name)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment