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
76467a02
Commit
76467a02
authored
Apr 27, 2017
by
Saleem Latif
Committed by
GitHub
Apr 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14969 from edx/saleem-latif/ENT-306-a11y
ENT-306: a11y feedback changes for account activation message
parents
cc98111d
20c4a758
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lms/templates/registration/account_activation_sidebar_notice.html
+6
-5
No files found.
lms/templates/registration/account_activation_sidebar_notice.html
View file @
76467a02
...
@@ -3,15 +3,16 @@
...
@@ -3,15 +3,16 @@
from
django
.
utils
.
translation
import
ugettext
as
_
from
django
.
utils
.
translation
import
ugettext
as
_
from
openedx
.
core
.
djangolib
.
markup
import
HTML
,
Text
from
openedx
.
core
.
djangolib
.
markup
import
HTML
,
Text
%
>
%
>
<div
class=
"profile-sidebar"
role=
"region"
aria-label
=
"Account Activation Info
"
>
<div
class=
"profile-sidebar"
role=
"region"
aria-label
ledby=
"account-activation-title
"
>
<header
class=
"profile"
>
<header
class=
"profile"
>
<h2
class=
"account-activation-title sr"
>
${_("Account Activation Info")}:
</h2>
<h2
id=
"account-activation-title"
class=
"account-activation-title sr"
>
${_("Account Activation Info")}:
</h2>
</header>
</header>
<div
class=
"user-info"
>
<div
class=
"user-info"
>
<ul>
<ul>
<li
class=
"status status-verification warning"
role=
"alert"
aria-labelledby=
"title status-title"
tabindex=
"
1"
>
<li
class=
"status status-verification warning"
aria-labelledby=
"status-title"
tabindex=
"-
1"
>
<span
class=
"title status-title"
>
<span
id=
"status-title"
class=
"title status-title"
>
<i
class=
"fa fa-exclamation-circle"
aria-hidden=
"true"
></i>
<i
class=
"fa fa-exclamation-circle"
aria-hidden=
"true"
></i>
<span
class=
"sr"
>
Notice
</span>
${_("Activate your account!")}
${_("Activate your account!")}
</span>
</span>
<p
class=
"status-note"
>
${Text(_(
<p
class=
"status-note"
>
${Text(_(
...
@@ -27,7 +28,7 @@ from openedx.core.djangolib.markup import HTML, Text
...
@@ -27,7 +28,7 @@ from openedx.core.djangolib.markup import HTML, Text
</p>
</p>
## TODO: Add resend activation email functionality.
## TODO: Add resend activation email functionality.
## TODO: Implementation of this is part of ENT-353.
## TODO: Implementation of this is part of ENT-353.
##
<
a
class=
"btn btn-neutral"
><i
class=
"fa fa-envelope-o"
></i>
Resend Activation Email
</a
>
##
<
button
class=
"btn btn-neutral"
><i
class=
"fa fa-envelope-o"
></i>
Resend Activation Email
</button
>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
...
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