mirror of https://github.com/zulip/zulip.git
Fix autofocus of the email field
...which is still called id_username. (imported from commit f3ca47a5675bccf8c8acde536db042a88bc4b7b5)
This commit is contained in:
parent
6a71cd9a51
commit
e4b63aae95
|
@ -3,7 +3,7 @@
|
|||
{% block content %}
|
||||
|
||||
<script type="text/javascript">
|
||||
autofocus('#id_email');
|
||||
autofocus('#id_username');
|
||||
</script>
|
||||
|
||||
<h1>Log in</h1>
|
||||
|
|
Loading…
Reference in New Issue