fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix paths in pictures migrations.
[wolnelektury.git]
/
apps
/
search
/
urls.py
diff --git
a/apps/search/urls.py
b/apps/search/urls.py
index
695a7e6
..
d77d722
100644
(file)
--- a/
apps/search/urls.py
+++ b/
apps/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'^hint/$', 'hint'),
+ url(r'^hint/$', 'hint'
, name='search_hint'
),
)