From 7ebc5e173fe6e0448e305105fe4b455ea477fbba Mon Sep 17 00:00:00 2001 From: sanj Date: Tue, 3 Aug 2010 03:49:27 +0530 Subject: [PATCH] robots.txt --- itf/urls.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/itf/urls.py b/itf/urls.py index 4aa90ca..d54f7e1 100644 --- a/itf/urls.py +++ b/itf/urls.py @@ -13,9 +13,7 @@ urlpatterns = patterns('', # Example: # (r'^bhangar/', include('bhangar.foo.urls')), #(r'^search/', include('solango.urls')), - (r'^robots.txt$', direct_to_template({ - 'template': 'robots.txt' - }) + (r'^robots.txt$', direct_to_template, {'template': 'robots.txt'}), (r'^erang/', include('erang_organised.urls')), (r'^itf/$', 'festival.views.home'), (r'^itf/wireframe', 'festival.views.wireframe'),