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
...@@ -4,9 +4,9 @@ ${_("You're almost there! Use the link to activate your account to access engag ...@@ -4,9 +4,9 @@ ${_("You're almost there! Use the link to activate your account to access engag
"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