From 7ec86e4367a97cd3121c2f7ab155652906d20ad0 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 29 Oct 2014 17:23:47 +0100 Subject: buttons on the left is easier --- pyaggr3g470r/templates/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index ef714100..a00f962e 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -71,20 +71,15 @@ + - {% for article in articles %} - - - + + + {% endfor %} -- cgit
{{ _('Feed') }} {{ _('Article') }} {{ _('Date') }}
{{ article.source.title|safe }} - {{ article.title|safe }} - {{ article.date|datetime }} {% if article.like %} @@ -99,6 +94,11 @@ {% if filter_ == 'all' %}{% endif %} {% endif %} {{ article.source.title|safe }} + {{ article.title|safe }} + {{ article.date|datetime }}