summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 07:06:14 +0530
committerAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 07:06:14 +0530
commit0981c73411f3d34d258bc4fd47606d6da41077b8 (patch)
tree04eff4963a0511a086d80d1e76b787a96eae3ee1 /hyperkitty/urls.py
parentc629cbceabddd5335dc42f7a3916e9c3d1a06db8 (diff)
downloadhyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.tar.gz
hyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.tar.xz
hyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.zip
Feature : Add tag to email threads
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r--hyperkitty/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py
index a1a711a..13a6f3f 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -43,7 +43,7 @@ urlpatterns = patterns('hyperkitty.views',
url(r'^tag/(?P<mlist_fqdn>.*@.*)\/(?P<tag>.*)\/(?P<page>\d+)/$',
'list.search_tag'),
url(r'^tag/(?P<mlist_fqdn>.*@.*)\/(?P<tag>.*)/$',
- 'list.search_tag'),
+ 'list.search_tag', name='search_tag'),
# Search
# If page number is present in URL