app/urls.py
changeset 170 1fadf6e0348d
parent 141 e120c24b89e2
child 186 da76f08b1752
--- a/app/urls.py	Fri Sep 19 05:12:35 2008 +0000
+++ b/app/urls.py	Fri Sep 19 05:15:20 2008 +0000
@@ -37,13 +37,9 @@
     #  'soc.views.user.roles.dashboard'),
 
     (r'^site/user/lookup$', 'soc.views.site.user.profile.lookup'),
+    (r'^site/user/profile$', 'soc.views.site.user.profile.edit'),
     (r'^site/user/profile/(?P<linkname>[_0-9a-z]+)$',
      'soc.views.site.user.profile.edit'),
-     
-    # TODO(tlarsen): uncomment these when the view functions are committed
-    # (r'^site/user/profile$', 'soc.views.site.user.profile.create'),
-    # (r'^site/user/profile/(?P<linkname>[_0-9a-z]+)$',
-    #  'soc.views.site.user.profile.edit'),
 
     (r'^user/profile$', 'soc.views.user.profile.edit'),
     (r'^user/profile/(?P<linkname>[_0-9a-z]+)$',