table of contents only for custom PDF (for now)
[wolnelektury.git] / src / search / urls.py
index 8aae74b..5a59422 100644 (file)
@@ -6,6 +6,6 @@ from django.conf.urls import patterns, url
 
 urlpatterns = patterns(
     'search.views',
-    url(r'^$', 'main', name='search'),
+    url(r'^$', 'main', name='wlsearch'),
     url(r'^hint/$', 'hint', name='search_hint'),
 )