fix subject in activation email - now uses course_title

This commit is contained in:
ichuang
2012-06-26 23:07:24 -04:00
parent 200e188c09
commit c0581f8c86
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ if 'eecs1' in socket.gethostname():
# edx4edx content server
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
MITX_FEATURES['REROUTE_ACTIVATION_EMAIL'] = 'ichuang@mit.edu'
MITX_FEATURES['REROUTE_ACTIVATION_EMAIL'] = 'ichuang@mitx.mit.edu'
#EMAIL_BACKEND = 'django_ses.SESBackend'
#-----------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
Someone, hopefully you, signed up for an account for MITx's on-line
Someone, hopefully you, signed up for an account for edX's on-line
offering of "${ course_title}" using this email address. If it was
you, and you'd like to activate and use your account, copy and paste
this address into your web browser's address bar:

View File

@@ -1 +1 @@
Your account for MITx's on-line 6.002
Your account for edX's on-line ${course_title} course