mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Merge pull request #52 from bittebitte/patch-1
Autofocus username field
This commit is contained in:
commit
8d0d7cfac8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue