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
aa4eba33
Commit
aa4eba33
authored
May 16, 2017
by
Douglas Hall
Committed by
GitHub
May 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15130 from edx/douglashall/ENT-388
ENT-388 Fix formatting issues with LMS account activation email.
parents
ef80a845
d22afb8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/templates/emails/activation_email.txt
+4
-4
No files found.
lms/templates/emails/activation_email.txt
View file @
aa4eba33
<%! from django.utils.translation import ugettext as _ %>
${_("You're almost there!
Use the link to activate your account to access engaging, high-quality "
"{platform_name} courses.
Note that you will not be able to log back into your account until "
${_("You're almost there! Use the link to activate your account to access engaging, high-quality "
"{platform_name} courses. Note that you will not be able to log back into your account until "
"you have activated it.").format(platform_name=platform_name)}
% if is_secure:
https://${ site }/activate/${ key }
https://${ site }/activate/${ key }
% else:
http://${ site }/activate/${ key }
http://${ site }/activate/${ key }
% endif
${_("Enjoy learning with {platform_name}.").format(platform_name=platform_name)}
...
...
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