fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
push notifications
[wolnelektury.git]
/
src
/
search
/
context_processors.py
diff --git
a/src/search/context_processors.py
b/src/search/context_processors.py
index
6ad2fe9
..
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):
- return {'search_form': SearchForm(reverse('search
.views.hint')+
'?max=10', request.GET)}
+ return {'search_form': SearchForm(reverse('search
_hint') +
'?max=10', request.GET)}