From 6839f4efb647712eef1dfa98ec1e86aedd356027 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 31 Jan 2014 09:53:54 +0100 Subject: Test with another time format (only for the home page). --- pyaggr3g470r/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index ad6eb426..9ea8c01a 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -23,7 +23,7 @@ {% if feed.articles[n].readed %}

{% else %}

{% endif %} {{ feed.articles[n].title|safe }} {% if feed.articles[n].readed %}

{% else %}{% endif %} -
{{ feed.articles[n].date }}
+
{{ feed.articles[n].date.strftime('%A, %d %B %Y') }}
{% endfor %} @@ -35,7 +35,7 @@ {% if feed.articles[n].readed %}

{% else %}

{% endif %} {{ feed.articles[n].title|safe }} {% if feed.articles[n].readed %}

{% else %}{% endif %} -
{{ feed.articles[n].date }}
+
{{ feed.articles[n].date.strftime('%A, %d %B %Y') }}
{% endfor %} -- cgit