summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r--hyperkitty/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py
index 44a6fdb..9dfe63c 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -86,6 +86,10 @@ urlpatterns = patterns('hyperkitty.views',
'thread.favorite', name='favorite'),
url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/category$',
'thread.set_category', name='thread_set_category'),
+ url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/reattach$',
+ 'thread.reattach', name='thread_reattach'),
+ url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/reattach-suggest$',
+ 'thread.reattach_suggest', name='thread_reattach_suggest'),
# Search