From a412cadc23541f4ed3005190e6e9632d86219fad Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Tue, 26 Jun 2012 23:35:15 -0400 Subject: code refactoring : moving thread page view to views/thread.py --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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.*@.*)/(?P.+)/$', - 'views.pages.thread'), + 'views.thread.thread_index'), # Lists -- cgit