aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-05-07 17:16:48 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-05-07 17:16:48 +0300
commitd9fb47332dc056952f73823ac113f5057fba2531 (patch)
tree31481aeb12d51af148c0572cb88b0413bd462e7c
parent0cb01903dae132e2af125bfcad1d528dc1efd66b (diff)
downloadweb-d9fb47332dc056952f73823ac113f5057fba2531.tar.gz
web-d9fb47332dc056952f73823ac113f5057fba2531.tar.bz2
Minor fix
* urls.py (urlpatterns): Fix index entry.
-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
@@ -22,3 +22,3 @@ urlpatterns = patterns (
22 '', 22 '',
23 (r'^/?$', views.index ), 23 (r'^/?$', views.index, {}, 'index' ),
24 (r'^(\w+)$', views.index ), 24 (r'^(\w+)$', views.index ),

Return to:

Send suggestions and report system problems to the System administrator.