No need for len of query
This commit is contained in:
parent
832dc0ce10
commit
1b0144691f
1 changed files with 0 additions and 4 deletions
|
@ -98,8 +98,4 @@ def account_search(request):
|
|||
for account in query]
|
||||
|
||||
data['accounts'] = query
|
||||
options = len(query)
|
||||
|
||||
data['options'] = options
|
||||
|
||||
return render(request, 'kfet/account_search_autocomplete.html', data)
|
||||
|
|
Loading…
Reference in a new issue