diff options
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r-- | hyperkitty/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py index 10b52ba..032a2a1 100644 --- a/hyperkitty/urls.py +++ b/hyperkitty/urls.py @@ -83,6 +83,9 @@ urlpatterns = patterns('hyperkitty.views', url(r'^vote/(?P<mlist_fqdn>.*@.*)/$', 'message.vote', name='message_vote'), + + url(r'^message/(?P<mlist_fqdn>.*@.*)/(?P<message_id>\w+)/reply$', + 'message.reply', name='message_reply'), ### MESSAGE LEVEL VIEW ENDS ### |