summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
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 3340971..5969b61 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -75,7 +75,7 @@ urlpatterns = patterns('hyperkitty.views',
'thread.thread_index', name='thread_index'),
# Add Tag to a thread
- url(r'^addtag/(?P<mlist_fqdn>.*@.*)\/(?P<email_id>.*)/$',
+ url(r'^addtag/(?P<mlist_fqdn>.*@.*)\/(?P<hashid>.*)/$',
'thread.add_tag', name='add_tag'),
### THREAD LEVEL VIEW ENDS ###