fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix duplicated shelves
[wolnelektury.git]
/
src
/
search
/
context_processors.py
diff --git
a/src/search/context_processors.py
b/src/search/context_processors.py
index
3cb9256
..
63e3285
100644
(file)
--- 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):
def search_form(request):
- return {
'search_form': SearchForm(reverse('search.views.hint'), request.GET)
}
+ return {
'search_form': SearchForm(reverse('search_hint') + '?max=10', request.GET)
}