mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:29:59 +00:00
Autofocus username field
This commit is contained in:
parent
b147cfeb81
commit
60f11b54ff
|
@ -9,7 +9,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4">
|
||||
{{ render_field(form.username, class_='form-control', placeholder='Username') }}
|
||||
{{ render_field(form.username, class_='form-control', placeholder='Username', autofocus='') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue