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/article.html | 16 +++++++--------- pyaggr3g470r/templates/home.html | 12 ++++-------- 2 files changed, 11 insertions(+), 17 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 02f373b6..004dce01 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -9,17 +9,15 @@

{{ article.title|safe }}

{{ _('from') }} {{ article.source.title }}

- - {% if article.like %} - - {% else %} - - {% endif %} - + {% if article.like %} + + {% else %} + + {% endif %} {% if article.readed %} - + {% else %} - + {% endif %}
{{ article.date | datetime }}
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