X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5e7401098734756927e6d6cf6da891bf26dcdb47..cd971b6b5cd892ade96067fbd38fe785bf5b5b03:/catalogue/urls.py diff --git a/catalogue/urls.py b/catalogue/urls.py index e56d82241..5827285d3 100644 --- a/catalogue/urls.py +++ b/catalogue/urls.py @@ -9,6 +9,7 @@ urlpatterns = patterns('catalogue.views', url(r'^zestawy/nowy/$', 'new_set'), url(r'^lektura/(?P[a-zA-Z0-9-]+)/$', 'book_detail'), url(r'^tags/$', 'tags_starting_with', name='hint'), + url(r'^szukaj/$', 'search', name='search'), url(r'^(?P[a-zA-Z-/]+)/$', 'tagged_book_list', name='tagged_book_list'), )