From 1f45444aa2da418c3c9dfe70e7ef39c0170b6f36 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 30 Nov 2012 14:29:12 +0100 Subject: Performance MongoDB imptovements (get_gavorites() function). --- source/templates/favorites.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/templates') diff --git a/source/templates/favorites.html b/source/templates/favorites.html index beb76ff8..5eba8a3c 100644 --- a/source/templates/favorites.html +++ b/source/templates/favorites.html @@ -10,7 +10,6 @@ import utils new_feed_section = True %> %for article in articles[feed["feed_id"]]: - %if article["article_like"]: <% if new_feed_section: new_feed_section = False @@ -26,8 +25,6 @@ import utils %> ${title} - - ${article["article_date"].strftime('%Y-%m-%d %H:%M')} - ${article["article_title"][:150]}${description}
- %endif + ${article["article_date"].strftime('%Y-%m-%d %H:%M')} - ${article["article_title"][:150]}${description}
%endfor %endfor \ No newline at end of file -- cgit