Fix autofocus of the email field

...which is still called id_username.

(imported from commit f3ca47a5675bccf8c8acde536db042a88bc4b7b5)
This commit is contained in:
Keegan McAllister 2012-09-21 13:40:54 -04:00
parent 6a71cd9a51
commit e4b63aae95
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block content %} {% block content %}
<script type="text/javascript"> <script type="text/javascript">
autofocus('#id_email'); autofocus('#id_username');
</script> </script>
<h1>Log in</h1> <h1>Log in</h1>