mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:50:07 +00:00
Merge pull request #52 from bittebitte/patch-1
Autofocus username field
This commit is contained in:
commit
8d0d7cfac8
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-md-4">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue