summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-26 23:35:15 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-26 23:35:15 -0400
commita412cadc23541f4ed3005190e6e9632d86219fad (patch)
tree6803d2d8875b9d74698c66d7b2aa2eb2283bcb80 /urls.py
parent49ddf2eb2f32b23b51b3a4a4d75a72741ff9ba54 (diff)
downloadhyperkitty-a412cadc23541f4ed3005190e6e9632d86219fad.tar.gz
hyperkitty-a412cadc23541f4ed3005190e6e9632d86219fad.tar.xz
hyperkitty-a412cadc23541f4ed3005190e6e9632d86219fad.zip
code refactoring : moving thread page view to views/thread.py
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 5ee4a59..a42a1c5 100644
--- a/urls.py
+++ b/urls.py
@@ -28,7 +28,7 @@ urlpatterns = patterns('',
# Threads
url(r'^thread/(?P<mlist_fqdn>.*@.*)/(?P<threadid>.+)/$',
- 'views.pages.thread'),
+ 'views.thread.thread_index'),
# Lists