diff -r 206e6eeed6c4 -r 58001ec7720c app/urls.py --- a/app/urls.py Tue Aug 19 17:52:13 2008 +0000 +++ b/app/urls.py Tue Aug 19 17:57:58 2008 +0000 @@ -14,6 +14,7 @@ __authors__ = [ '"Augie Fackler" ', + '"Pawel Solyga" ', ] @@ -22,6 +23,7 @@ urlpatterns = patterns( '', + (r'^$', 'soc.views.site.home.public'), (r'^org/profile/(?Pghop[_0-9a-z]+)/(?P[_0-9a-z]+)/$', 'soc.views.person.profile.edit', {'template': 'ghop/person/profile/edit.html'}),