urls.py
changeset 21 afd266350231
parent 15 8de52278da5d
--- a/urls.py	Fri Oct 02 11:24:21 2009 -0400
+++ b/urls.py	Fri Oct 02 11:24:49 2009 -0400
@@ -18,7 +18,7 @@
 
     # Uncomment the next line to enable the admin:
     # (r'^admin/', include(admin.site.urls)),
-    url (r'^$', 'conference.views.home'),
+    (r'^$', 'conference.views.home'),
     (r'^accounts/', include('registration.urls')),
     (r'^register/','conference.views.register'),
     (r'^logout/','conference.views.logout_view'),