From 4c1dc33a806920b46f5a05e244cfb7900aa8f08b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 30 Dec 2012 11:21:28 +0100 Subject: Minor improvements to the /feed page. --- source/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/templates') diff --git a/source/templates/feed.html b/source/templates/feed.html index 2edda630..01799fb7 100644 --- a/source/templates/feed.html +++ b/source/templates/feed.html @@ -18,7 +18,7 @@ import utils %if articles != []:

The last article was posted ${elapsed.days} day(s) ago.

-

Daily average: ${average}, between the ${first_post_date} and the ${end_post_date}.

+

Daily average: ${average}, between the ${first_post_date.strftime('%Y-%m-%d')} and the ${end_post_date.strftime('%Y-%m-%d')}.


-- cgit