From 138ff287bedb78d0c444d9476b0c577ca22b79b6 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 8 Apr 2015 16:06:52 +0200 Subject: no more target, no more going back on the top of the page --- pyaggr3g470r/templates/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 9872c903..e055b3e0 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -82,16 +82,16 @@ {% for article in articles %} - + {% if article.like %} - + {% else %} - + {% endif %} {% if article.readed %} - + {% else %} - + {% if filter_ == 'all' %}{% endif %} {% endif %} -- cgit