Commit 60c32778 by Christine Lytwynec

Merge pull request #9682 from edx/clytwynec/AC-163

Make studio forgot password link focusable
parents 5b2b7be2 6164c20a
......@@ -30,9 +30,9 @@ from django.utils.translation import ugettext as _
</li>
<li class="field text required" id="field-password">
<a href="${forgot_password_link}" class="action action-forgotpassword" tabindex="-1">${_("Forgot password?")}</a>
<label for="password">${_("Password")}</label>
<input id="password" type="password" name="password" />
<a href="${forgot_password_link}" class="action action-forgotpassword">${_("Forgot password?")}</a>
</li>
</ol>
</fieldset>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment