From c351b29b2181aabfdd115476ffa68df0c05a3a09 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 19 Mar 2015 11:54:08 +0100 Subject: Format the date with the adequat Babel filter. --- pyaggr3g470r/templates/history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/history.html b/pyaggr3g470r/templates/history.html index b01ca032..6be54d71 100644 --- a/pyaggr3g470r/templates/history.html +++ b/pyaggr3g470r/templates/history.html @@ -17,7 +17,7 @@
  • {{ article | month_name }} : {{ articles_counter[article] }} articles
  • {% else %} {% for article in articles | sort(attribute="date", reverse = True) %} -
  • {{ article.date }} - {{ article.title | safe }}
  • +
  • {{ article.date | datetime }} - {{ article.title | safe }}
  • {% endfor %} {% endif %} {% endfor %} -- cgit