X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..33f38948f6f42804f6baf7e431bb9a143daf0884:/src/search/context_processors.py diff --git a/src/search/context_processors.py b/src/search/context_processors.py index 3cb9256c6..6ad2fe9e2 100644 --- a/src/search/context_processors.py +++ b/src/search/context_processors.py @@ -7,4 +7,4 @@ from search.forms import SearchForm def search_form(request): - return { 'search_form': SearchForm(reverse('search.views.hint'), request.GET) } + return {'search_form': SearchForm(reverse('search.views.hint')+'?max=10', request.GET)}