From dc55febd21070bd28b5e04dcf0d30c3b0ac1e805 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 19 Mar 2012 19:53:20 +0100 Subject: Let's kick out this url for the moment, we don't do anything with it --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 3746d3e..5a14129 100644 --- a/urls.py +++ b/urls.py @@ -25,7 +25,7 @@ urlpatterns = patterns('', url(r'^2/list/(?P.*@.*)/$', 'views.pages.list'), url(r'^2/list/(?P.*@.*)$', 'views.pages.list'), # Search - url(r'^2/search$', 'views.pages.search'), + #url(r'^2/search$', 'views.pages.search'), url(r'^2/search/(?P.*@.*)$', 'views.pages.search_keyword'), url(r'^2/search/(?P.*@.*)/$', 'views.pages.search_keyword'), url(r'^2/search/(?P.*@.*)\/(?P.*)$', 'views.pages.search_keyword'), -- cgit