urls.py
changeset 275 c701e68f8d35
parent 272 ee00b42e802f
child 292 b3f4888a78a1
--- a/urls.py	Fri Jan 07 12:16:50 2011 +0530
+++ b/urls.py	Fri Jan 07 12:21:43 2011 +0530
@@ -22,6 +22,6 @@
     url(r'^accounts/register/$', register,
         {'form_class': CustomRegistrationForm},
         name='registration_register'),
-    (r'^accounts/profile/', include('pytask.profile.urls')),
     (r'^accounts/', include('registration.urls')),
+    (r'^profile/', include('pytask.profile.urls')),
 )