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
c1561f63
Commit
c1561f63
authored
May 19, 2017
by
Douglas Hall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use PLATFORM_NAME in the account activation sidebar message on the dashboard.
ENT-392
parent
95add48b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lms/templates/registration/account_activation_sidebar_notice.html
+4
-2
No files found.
lms/templates/registration/account_activation_sidebar_notice.html
View file @
c1561f63
<
%
page
expression_filter=
"h"
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
openedx
.
core
.
djangoapps
.
site_configuration
import
helpers
as
configuration_helpers
from
openedx
.
core
.
djangolib
.
markup
import
HTML
,
Text
%
>
<div
class=
"profile-sidebar"
role=
"region"
aria-labelledby=
"account-activation-title"
>
...
...
@@ -16,12 +17,13 @@ from openedx.core.djangolib.markup import HTML, Text
${_("Activate your account!")}
</span>
<p
class=
"status-note"
>
${Text(_(
"Check your {email_start}{email}{email_end} inbox for an account activation link from
edX
. "
"If you need help, contact {link_start}
edX
Support{link_end}."
"Check your {email_start}{email}{email_end} inbox for an account activation link from
{platform_name}
. "
"If you need help, contact {link_start}
{platform_name}
Support{link_end}."
)).format(
email_start=HTML("
<strong>
"),
email_end=HTML("
</strong>
"),
email=email,
platform_name=configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME),
link_start=HTML("
<a
target=
'_blank'
href=
'https://support.edx.org/hc/en-us/articles/227340127-Why-haven-t-I-received-my-activation-email-'
>
"),
link_end=HTML("
</a>
"),
)}
...
...
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