diff options
| author | Rebecka Gulliksson <rebecka.gulliksson@umu.se> | 2015-03-09 14:19:11 +0100 |
|---|---|---|
| committer | Rebecka Gulliksson <rebecka.gulliksson@umu.se> | 2015-03-09 14:19:11 +0100 |
| commit | 65399af7db4968949a3ca4f2b7c23c19bdb7c946 (patch) | |
| tree | 289b52de79698ca3e8a5f4416473cc782d243f79 /example/idp2/htdocs | |
| parent | a4af98d8434c9aada0c8b3a117e3879c6aa5eb99 (diff) | |
| download | pysaml2-65399af7db4968949a3ca4f2b7c23c19bdb7c946.tar.gz | |
Autofocus on username input.
Diffstat (limited to 'example/idp2/htdocs')
| -rw-r--r-- | example/idp2/htdocs/login.mako | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/idp2/htdocs/login.mako b/example/idp2/htdocs/login.mako index 6f236732..7555deb7 100644 --- a/example/idp2/htdocs/login.mako +++ b/example/idp2/htdocs/login.mako @@ -14,7 +14,7 @@ <label for="login">Username</label> </div> <div> - <input type="text" name="login" value="${login}"/><br/> + <input type="text" name="login" value="${login}" autofocus><br/> </div> <div class="label"> |
