From a8a003a636ee34505b127f83e534336a13bc505a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Aug 2014 00:45:40 +0200 Subject: Bold/Unbold the title of the article with jQuery. --- pyaggr3g470r/templates/home.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 551b2d72..708e491e 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -95,10 +95,8 @@ {% for article in articles %} {{ article.source.title|safe }} - - {% if filter_ == 'all' and article.readed == False %}{% endif %} + {{ article.title|safe }} - {% if filter_ == 'all' and article.readed == False %}{% endif %} {{ article.date|datetime }} -- cgit