diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-26 23:35:15 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-26 23:35:15 -0400 |
commit | a412cadc23541f4ed3005190e6e9632d86219fad (patch) | |
tree | 6803d2d8875b9d74698c66d7b2aa2eb2283bcb80 /urls.py | |
parent | 49ddf2eb2f32b23b51b3a4a4d75a72741ff9ba54 (diff) | |
download | hyperkitty-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.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 |