summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r--hyperkitty/urls.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py
index 8956c6e..a640ae2 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -86,12 +86,6 @@ urlpatterns = patterns('hyperkitty.views',
url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/tag/(?P<tag>.*)/$',
'list.search_tag', name='search_tag'),
- # Search
- url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/search/(?P<target>.*)/(?P<keyword>.*)/$',
- 'list.search_keyword', name="search_keyword"),
- url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/search/$',
- 'list.search', name="search_list"),
-
# REST API
url(r'^api/$', TemplateView.as_view(template_name="api.html")),