aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 94d4dcd..ffe6c61 100644
--- a/urls.py
+++ b/urls.py
@@ -20,7 +20,7 @@ import views
urlpatterns = patterns (
'',
- (r'^/?$', views.index ),
+ (r'^/?$', views.index, {}, 'index' ),
(r'^(\w+)$', views.index ),
(r'^opensearch\.xml$', views.opensearch, {}, 'opensearch'),
(r'^static/(?P<path>.*)$', 'django.views.static.serve',

Return to:

Send suggestions and report system problems to the System administrator.