From 26d44b359549a06a9c0c07dab6e8d5b2c74a428a Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 6 Nov 2012 10:46:46 +0100 Subject: HTML username text input is now focused by default. --- source/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth.py b/source/auth.py index 8dc2a0d1..5e3243f4 100755 --- a/source/auth.py +++ b/source/auth.py @@ -186,7 +186,7 @@ class AuthController(object):
%(msg)s
-
+

-- cgit