Skip to content
Snippets Groups Projects
Commit 60c32778 authored by Christine Lytwynec's avatar Christine Lytwynec
Browse files

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

Make studio forgot password link focusable
parents 5b2b7be2 6164c20a
No related branches found
Tags release-2021-05-19-17.13
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment