From c1fd9151d1ae9fa564717ea83f5365c486e45568 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 30 Jul 2010 19:36:30 +0530 Subject: [PATCH] meta information for search engines --- itf/templates/festival_index.html | 1 + itf/templates/festival_wireframe.html | 3 +++ itf/urls.py | 1 + 3 files changed, 5 insertions(+) diff --git a/itf/templates/festival_index.html b/itf/templates/festival_index.html index a2ecb74..b4fed2e 100644 --- a/itf/templates/festival_index.html +++ b/itf/templates/festival_index.html @@ -8,6 +8,7 @@ + {% block extra_head %} {% endblock %} diff --git a/itf/templates/festival_wireframe.html b/itf/templates/festival_wireframe.html index ff27bb1..1a523e6 100644 --- a/itf/templates/festival_wireframe.html +++ b/itf/templates/festival_wireframe.html @@ -7,6 +7,9 @@ + + + {% block extra_head %} {% endblock %} diff --git a/itf/urls.py b/itf/urls.py index bde4c1b..7c6da5a 100644 --- a/itf/urls.py +++ b/itf/urls.py @@ -13,6 +13,7 @@ urlpatterns = patterns('', # Example: # (r'^bhangar/', include('bhangar.foo.urls')), #(r'^search/', include('solango.urls')), + (r'^erang/', include('erang_organised.urls')), (r'^itf/$', 'festival.views.home'), (r'^itf/wireframe', 'festival.views.wireframe'), (r'^itf/projects', 'festival.views.projects'),