diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-03-22 17:44:34 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-03-22 17:44:34 +0000 |
commit | fb491aee8f771c2240b84b06ab95337123f7ec1a (patch) | |
tree | 5cb7ed1673f91e982d800a5dc7101979e70b4ace /views/login.haml | |
parent | 887ab0cd350434b67b17c545e5975869bddd8b11 (diff) | |
parent | dc443284c4b5f59a4447797f88730d9fe1bc0b45 (diff) |
merge
Diffstat (limited to 'views/login.haml')
-rw-r--r-- | views/login.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/login.haml b/views/login.haml index 3deee76..d1e9484 100644 --- a/views/login.haml +++ b/views/login.haml @@ -2,7 +2,7 @@ %fieldset %legend Please log in %label{:for => "username"} Username - %input{:name => 'username', :type => 'text', :autocorrect => "off", :autocapitalize => "off"}/ + %input{:name => 'username', :type => 'text', :autocorrect => "off", :autocapitalize => "off", :value => @username}/ %br %label{:for => "password", :title => "This is either your Single Sign On password or a PIN."} Password / PIN %input{:name => 'password', :type => 'password'}/ |