diff -r 1456e633bf8a -r 3f4f7c540b75 app/urls.py --- a/app/urls.py Tue Aug 19 22:37:40 2008 +0000 +++ b/app/urls.py Tue Aug 19 23:13:24 2008 +0000 @@ -24,6 +24,8 @@ urlpatterns = patterns( '', (r'^$', 'soc.views.site.home.public'), + (r'^user/profile$','soc.views.user.profile'), + (r'^user/profile/(?P[_0-9a-z]+)$','soc.views.user.profile'), (r'^org/profile/(?Pghop[_0-9a-z]+)/(?P[_0-9a-z]+)/$', 'soc.views.person.profile.edit', {'template': 'ghop/person/profile/edit.html'}),