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
20c4a758
Commit
20c4a758
authored
Apr 26, 2017
by
Saleem Latif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a11y feedback changes for account activation message
parent
190a87d4
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 @
20c4a758
...
...
@@ -3,15 +3,16 @@
from
django
.
utils
.
translation
import
ugettext
as
_
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"
>
<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>
<div
class=
"user-info"
>
<ul>
<li
class=
"status status-verification warning"
role=
"alert"
aria-labelledby=
"title status-title"
tabindex=
"
1"
>
<span
class=
"title status-title"
>
<li
class=
"status status-verification warning"
aria-labelledby=
"status-title"
tabindex=
"-
1"
>
<span
id=
"status-title"
class=
"title status-title"
>
<i
class=
"fa fa-exclamation-circle"
aria-hidden=
"true"
></i>
<span
class=
"sr"
>
Notice
</span>
${_("Activate your account!")}
</span>
<p
class=
"status-note"
>
${Text(_(
...
...
@@ -27,7 +28,7 @@ from openedx.core.djangolib.markup import HTML, Text
</p>
## TODO: Add resend activation email functionality.
## 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>
</ul>
</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