X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5c959cbb46c29a03cb6c8bc0e8b5aae5765bf150..cb91a32c4411dcc5bd3b433536fea0dea64ea493:/apps/search/views.py diff --git a/apps/search/views.py b/apps/search/views.py index c50077005..fad5e6f61 100644 --- a/apps/search/views.py +++ b/apps/search/views.py @@ -124,7 +124,7 @@ def main(request): context_instance=RequestContext(request)) hint.tags(tag_list) - hint.book(book) + hint.books(book) toks = StringReader(query) fuzzy = 'fuzzy' in request.GET