fix subject in activation email - now uses course_title
This commit is contained in:
@@ -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'
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1 +1 @@
|
||||
Your account for MITx's on-line 6.002
|
||||
Your account for edX's on-line ${course_title} course
|
||||
|
||||
Reference in New Issue
Block a user