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>
2626 < div class ="section ">
2727 < label >
2828 < span > Username</ span >
29- < input type ="text " name ="username ">
29+ < input type ="text " name ="username " autofocus >
3030 </ label >
3131 </ div >
3232 < div class ="section ">
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ <h1>{% trans %}Welcome{% endtrans %}</h1>
100100 < div class ="control-group ">
101101 < label class ="control-label " for ="username "> {% trans %}Username{% endtrans %}</ label >
102102 < 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 >
104104 </ div >
105105 </ div >
106106 < div class ="control-group ">
You can’t perform that action at this time.
0 commit comments