author | amit@thunder |
Sun, 21 Feb 2010 18:00:14 +0530 | |
changeset 7 | e9bf8b47a809 |
parent 6 | 1ce9b33fb6ff |
child 8 | d7db9561766e |
--- a/SEESenv/web/hgbook/urls.py Sun Feb 21 13:14:37 2010 +0530 +++ b/SEESenv/web/hgbook/urls.py Sun Feb 21 18:00:14 2010 +0530 @@ -14,7 +14,7 @@ (r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}), - (r'^$', 'hgbook.comments.views.index'), + (r'^index$', 'hgbook.comments.views.index'), (r'^search/', 'hgbook.comments.views.search'),