activation_email.txt 531 Bytes
Newer Older
David Baumgold committed
1 2 3
<%! from django.utils.translation import ugettext as _ %>

${_("Thank you for signing up for edX Studio! To activate your account, please copy and paste this address into your web browser's address bar:")}
4 5 6 7

% if is_secure:
  https://${ site }/activate/${ key }
% else:
Calen Pennington committed
8
  http://${ site }/activate/${ key }
9 10
% endif

David Baumgold committed
11
${_("If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if you require assistance, check the help section of the edX web site.")}