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, 2 insertions, 0 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py
index 015737b..44a6fdb 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -84,6 +84,8 @@ urlpatterns = patterns('hyperkitty.views',
'thread.suggest_tags', name='suggest_tags'),
url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/favorite$',
'thread.favorite', name='favorite'),
+ url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/category$',
+ 'thread.set_category', name='thread_set_category'),
# Search