small fixes
[wolnelektury.git] / apps / search / urls.py
index 3ac5e49..607f094 100644 (file)
@@ -5,7 +5,7 @@
 from django.conf.urls.defaults import *
 
 urlpatterns = patterns('search.views',
-    url(r'^$', 'main', name='newsearch'),
+    url(r'^$', 'main', name='search'),
     url(r'^hint/$', 'hint'),
 )