summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscipy2012/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2012/urls.py b/scipy2012/urls.py
index 58134e6..40cb161 100755
--- a/scipy2012/urls.py
+++ b/scipy2012/urls.py
@@ -14,6 +14,6 @@ urlpatterns = patterns('',
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment the next line to enable the admin:
- url(r'^2012/', include('conference.urls', namespace='conference')),
+ url(r'^', include('conference.urls', namespace='conference')),
url(r'^admin/', include(admin.site.urls)),
)