From e15ab7f932a8055a193914594965eb3bab2dcb8b Mon Sep 17 00:00:00 2001 From: Sibren Vasse Date: Fri, 22 May 2020 14:45:12 +0200 Subject: [PATCH] Add autofocus to login screen --- app/auth/templates/auth/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/auth/templates/auth/login.html b/app/auth/templates/auth/login.html index 3d51062f..6f60139d 100644 --- a/app/auth/templates/auth/login.html +++ b/app/auth/templates/auth/login.html @@ -20,7 +20,7 @@
Welcome back!
- {{ form.email(class="form-control", type="email") }} + {{ form.email(class="form-control", type="email", autofocus="true") }} {{ render_field_errors(form.email) }}