fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup
[wolnelektury.git]
/
apps
/
search
/
urls.py
diff --git
a/apps/search/urls.py
b/apps/search/urls.py
index
3ac5e49
..
607f094
100644
(file)
--- a/
apps/search/urls.py
+++ b/
apps/search/urls.py
@@
-5,7
+5,7
@@
from django.conf.urls.defaults import *
urlpatterns = patterns('search.views',
from django.conf.urls.defaults import *
urlpatterns = patterns('search.views',
- url(r'^$', 'main', name='
new
search'),
+ url(r'^$', 'main', name='search'),
url(r'^hint/$', 'hint'),
)
url(r'^hint/$', 'hint'),
)