summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-10 19:02:39 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-10 19:02:39 +0200
commit5b18d42d67afc08f469ec216b1d55adeb19feda8 (patch)
treef159cfb488b7f1c25c0a78cd882daaafb794f0a4 /hyperkitty/urls.py
parentf2950f4b226b5a7d388c4eb2fb6c383e72ac6d54 (diff)
downloadhyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.tar.gz
hyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.tar.xz
hyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.zip
Add categories to threads
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