login page: auto-focus username input field

This commit is contained in:
fonfon 2014-10-03 07:27:28 +02:00 committed by Sunil Mohan Adapa
parent 7794893947
commit e7964a183f

View File

@ -32,3 +32,9 @@
</form>
{% endblock %}
{% block page_js %}
<script>
$('#id_username').focus();
</script>
{% endblock %}