welcome user mail
This commit is contained in:
parent
8307636b9b
commit
d888b260ee
1 changed files with 15 additions and 16 deletions
|
@ -274,9 +274,8 @@ class SignupValidatedView(SignupValidateView):
|
||||||
"Your account has been activated."),
|
"Your account has been activated."),
|
||||||
login_string=_("You can now"),
|
login_string=_("You can now"),
|
||||||
lurl=login_url)
|
lurl=login_url)
|
||||||
if not pre_valid:
|
|
||||||
email_data = {
|
email_data = {
|
||||||
'subject': 'Welcome to Data Center Light!',
|
'subject': _('Welcome to Data Center Light!'),
|
||||||
'to': self.request.user.email,
|
'to': self.request.user.email,
|
||||||
'context': {
|
'context': {
|
||||||
'base_url': "{0}://{1}".format(
|
'base_url': "{0}://{1}".format(
|
||||||
|
|
Loading…
Reference in a new issue