From e985b6c36861aa168ac1a79e7e2310c95d1e6b71 Mon Sep 17 00:00:00 2001 From: Matias Aguirre Date: Fri, 19 Sep 2008 19:57:45 +0000 Subject: [PATCH] Comment blog templatetags calls --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40266 --- sites/scrapy.org/templates/base_home.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/scrapy.org/templates/base_home.html b/sites/scrapy.org/templates/base_home.html index cf4714b2e..d66d7e39f 100644 --- a/sites/scrapy.org/templates/base_home.html +++ b/sites/scrapy.org/templates/base_home.html @@ -32,6 +32,7 @@ {% endif %} + {% comment %} {% load lastblogentry %} {% get_latest_blog_entries 2 as entries %} @@ -49,6 +50,7 @@ {% endfor %} {% endif %} + {% endcomment %} {% endblock %}