fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixup
[wolnelektury.git]
/
src
/
search
/
urls.py
diff --git
a/src/search/urls.py
b/src/search/urls.py
index
8aae74b
..
5a59422
100644
(file)
--- a/
src/search/urls.py
+++ b/
src/search/urls.py
@@
-6,6
+6,6
@@
from django.conf.urls import patterns, url
urlpatterns = patterns(
'search.views',
- url(r'^$', 'main', name='search'),
+ url(r'^$', 'main', name='
wl
search'),
url(r'^hint/$', 'hint', name='search_hint'),
)