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
35d50976
Commit
35d50976
authored
Oct 22, 2012
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #946 from MITx/bug/cas/tom/password-tab-index
fixed tabindex
parents
87acaab6
78a1743f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cms/templates/login.html
+4
-4
No files found.
cms/templates/login.html
View file @
35d50976
...
...
@@ -14,16 +14,16 @@
<form
class=
"log-in-form"
id=
"login_form"
action=
"login_post"
method=
"post"
>
<div
class=
"row"
>
<label>
Email
</label>
<input
name=
"email"
type=
"email"
class=
"email-field"
>
<input
name=
"email"
type=
"email"
class=
"email-field"
tabindex=
"1"
>
</div>
<div
class=
"row"
>
<label>
Password
<a
href=
"#"
class=
"forgot-button"
>
Forgot password?
</a></label>
<input
name=
"password"
type=
"password"
class=
"password-field"
>
<input
name=
"password"
type=
"password"
class=
"password-field"
tabindex=
"2"
>
</div>
<div
class=
"row form-actions"
>
<input
name=
"submit"
type=
"submit"
value=
"Log In"
class=
"log-in-button"
>
<input
name=
"submit"
type=
"submit"
value=
"Log In"
class=
"log-in-button"
tabindex=
"3"
>
<span
class=
"or"
>
or
</span>
<a
href=
"${reverse('signup')}"
class=
"sign-up-button"
>
Sign up
</a>
<a
href=
"${reverse('signup')}"
class=
"sign-up-button"
tabindex=
"4"
>
Sign up
</a>
</div>
</form>
</article>
...
...
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