diff options
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r-- | hyperkitty/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py index 84948ed..f680716 100644 --- a/hyperkitty/urls.py +++ b/hyperkitty/urls.py @@ -31,7 +31,7 @@ urlpatterns = patterns('hyperkitty.views', # Threads url(r'^thread/(?P<mlist_fqdn>.*@.*)/(?P<threadid>.+)/$', - 'thread.thread_index'), + 'thread.thread_index', name='thread'), # Lists |