From acefecc0e78ff5469442054f62f9c5926b8f72a6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Jun 2014 20:38:38 +0200 Subject: Fixed some problems with href tags. --- pyaggr3g470r/templates/home.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 40ed1168..14599771 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -99,20 +99,16 @@ {{ article.date|datetime }} - {% if article.like %} - + {% else %} - + {% endif %} - - {% if article.readed %} - + {% else %} - + {% endif %} - {% endfor %} -- cgit