From 7d92d059f03572fe9119db1e6fe8363cbe0d2d90 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 19 Jul 2012 11:02:03 +0200 Subject: [PATCH] remove new publications category from FNP feed --- apps/wolnelektury_core/templates/main_page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wolnelektury_core/templates/main_page.html b/apps/wolnelektury_core/templates/main_page.html index 058b9224a..fb9b144c4 100755 --- a/apps/wolnelektury_core/templates/main_page.html +++ b/apps/wolnelektury_core/templates/main_page.html @@ -36,8 +36,9 @@

{% trans "News" %}

+ {# 135 is the id of new publications category of our master blog. perhaps this URL should go to settings. #} {% cache 1800 latest-blog-posts %} - {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/" %} + {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/?cat=-135" %} {% endcache %}
-- 2.20.1