fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'reflow'
[wolnelektury.git]
/
apps
/
search
/
context_processors.py
diff --git
a/apps/search/context_processors.py
b/apps/search/context_processors.py
deleted file mode 100644
(file)
index
cfb2f2e
..0000000
--- a/
apps/search/context_processors.py
+++ /dev/null
@@
-1,7
+0,0 @@
-
-from django.core.urlresolvers import reverse
-from search.forms import SearchForm
-
-
-def search_form(request):
- return { 'search_form': SearchForm(reverse('search.views.hint'), request.GET) }