Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c0581f8c
Commit
c0581f8c
authored
Jun 26, 2012
by
ichuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix subject in activation email - now uses course_title
parent
200e188c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lms/envs/dev_edx4edx.py
+1
-1
lms/templates/emails/activation_email.txt
+1
-1
lms/templates/emails/activation_email_subject.txt
+1
-1
No files found.
lms/envs/dev_edx4edx.py
View file @
c0581f8c
...
@@ -24,7 +24,7 @@ if 'eecs1' in socket.gethostname():
...
@@ -24,7 +24,7 @@ if 'eecs1' in socket.gethostname():
# edx4edx content server
# edx4edx content server
EMAIL_BACKEND
=
'django.core.mail.backends.smtp.EmailBackend'
EMAIL_BACKEND
=
'django.core.mail.backends.smtp.EmailBackend'
MITX_FEATURES
[
'REROUTE_ACTIVATION_EMAIL'
]
=
'ichuang@mit.edu'
MITX_FEATURES
[
'REROUTE_ACTIVATION_EMAIL'
]
=
'ichuang@mit
x.mit
.edu'
#EMAIL_BACKEND = 'django_ses.SESBackend'
#EMAIL_BACKEND = 'django_ses.SESBackend'
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
...
...
lms/templates/emails/activation_email.txt
View file @
c0581f8c
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
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
you, and you'd like to activate and use your account, copy and paste
this address into your web browser's address bar:
this address into your web browser's address bar:
...
...
lms/templates/emails/activation_email_subject.txt
View file @
c0581f8c
Your account for
MITx's on-line 6.002
Your account for
edX's on-line ${course_title} course
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment