Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
78431f41
Commit
78431f41
authored
Oct 16, 2016
by
Daniel W Bond
Browse files
search form is already selected when the page loads
parent
2e3b0b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/forms.py
View file @
78431f41
...
...
@@ -124,4 +124,5 @@ class AccountSearchForm(SearchForm):
q
=
forms
.
CharField
(
required
=
False
,
label
=
_
(
'Search'
),
widget
=
forms
.
TextInput
(
attrs
=
{
'type'
:
'search'
,
'class'
:
'form-control'
}))
'class'
:
'form-control'
,
'autofocus'
:
'autofocus'
}))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment