File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4 class="alert">Failed to log in.</h4>
26
26
< div class ="section ">
27
27
< label >
28
28
< span > Username</ span >
29
- < input type ="text " name ="username ">
29
+ < input type ="text " name ="username " autofocus >
30
30
</ label >
31
31
</ div >
32
32
< div class ="section ">
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ <h1>{% trans %}Welcome{% endtrans %}</h1>
100
100
< div class ="control-group ">
101
101
< label class ="control-label " for ="username "> {% trans %}Username{% endtrans %}</ label >
102
102
< div class ="controls ">
103
- < input type ="text " class ="input-xlarge " name ="username " id ="username ">
103
+ < input type ="text " class ="input-xlarge " name ="username " id ="username " autofocus >
104
104
</ div >
105
105
</ div >
106
106
< div class ="control-group ">
You can’t perform that action at this time.
0 commit comments