From: Damien Lespiau Date: Mon, 24 Aug 2015 14:25:42 +0000 (+0100) Subject: login: Focus the username field on load X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=HEAD;hp=7e1437e8c455a2071e3d64d0cc7ea064b0607512 login: Focus the username field on load Wolfram wanted a small usability improvement that's easy to add: placing the cursor automatically in the user name field when loading the login page. Suggested-by: Wolfram Sang Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/login.html b/patchwork/templates/patchwork/login.html index 2dfc2a7..1f000e7 100644 --- a/patchwork/templates/patchwork/login.html +++ b/patchwork/templates/patchwork/login.html @@ -3,6 +3,13 @@ {% block title %}Login{% endblock %} {% block heading %}Login{% endblock %} +{% block headers %} + +{% endblock %} {% block body %}