Convert Account Activation Emails to edx-ACE

This commit is contained in:
Shadi Naif
2018-09-13 14:51:16 +03:00
committed by Mahyar Damavand
parent 87e73a512a
commit f93023bafe
18 changed files with 227 additions and 226 deletions

View File

@@ -1,16 +0,0 @@
<%! from django.utils.translation import ugettext as _ %>
${_("Thank you for signing up for Open edX! To activate "
"your account, please copy and paste this address into your web "
"browser's address bar:")}
% if is_secure:
https://${ site }/activate/${ key }
% else:
http://${ site }/activate/${ key }
% endif
${_("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 "
"Open edX web site.")}

View File

@@ -1,3 +0,0 @@
<%! from django.utils.translation import ugettext as _ %>
${_("Your account for Open edX")}