app/urls.py
changeset 86 fd34dd071e5e
parent 84 1b31d238ba39
child 132 15d89c284106
--- a/app/urls.py	Wed Aug 20 00:02:49 2008 +0000
+++ b/app/urls.py	Wed Aug 20 00:04:42 2008 +0000
@@ -31,8 +31,9 @@
     (r'^user/roles/(?P<linkname>[_0-9a-z]+)$',
      'soc.views.user.roles.dashboard'),
 
-    (r'^user/profile$','soc.views.user.profile'),
-    (r'^user/profile/(?P<linkname>[_0-9a-z]+)$','soc.views.user.profile'),
+    (r'^user/profile$', 'soc.views.user.profile.edit'),
+    (r'^user/profile/(?P<linkname>[_0-9a-z]+)$',
+     'soc.views.user.profile.edit'),
 
     (r'^org/profile/(?P<program>ghop[_0-9a-z]+)/(?P<linkname>[_0-9a-z]+)/$',
      'soc.views.person.profile.edit',