No need for len of query

This commit is contained in:
Ludovic Stephan 2017-01-20 07:32:11 -02:00
parent 832dc0ce10
commit 1b0144691f

View file

@ -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)