diff options
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ urlpatterns = patterns('', # Threads url(r'^thread/(?P<mlist_fqdn>.*@.*)/(?P<threadid>.+)/$', - 'views.pages.thread'), + 'views.thread.thread_index'), # Lists |