app/urls.py
changeset 79 58001ec7720c
parent 66 8c86470746fc
child 83 3f4f7c540b75
--- 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" <durin42@gmail.com>',
+  '"Pawel Solyga" <pawel.solyga@gmail.com>',
   ]
 
 
@@ -22,6 +23,7 @@
 
 urlpatterns = patterns(
     '',
+    (r'^$', 'soc.views.site.home.public'),
     (r'^org/profile/(?P<program>ghop[_0-9a-z]+)/(?P<linkname>[_0-9a-z]+)/$',
      'soc.views.person.profile.edit',
      {'template': 'ghop/person/profile/edit.html'}),