diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-30 11:21:28 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-30 11:21:28 +0100 |
commit | 4c1dc33a806920b46f5a05e244cfb7900aa8f08b (patch) | |
tree | f3aa865a87dafef15065d6ef7b2ada1fcde6564d /source/templates/feed.html | |
parent | Minor improvements to the /feed page. (diff) | |
download | newspipe-4c1dc33a806920b46f5a05e244cfb7900aa8f08b.tar.gz newspipe-4c1dc33a806920b46f5a05e244cfb7900aa8f08b.tar.bz2 newspipe-4c1dc33a806920b46f5a05e244cfb7900aa8f08b.zip |
Minor improvements to the /feed page.
Diffstat (limited to 'source/templates/feed.html')
-rw-r--r-- | source/templates/feed.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 != []: <p>The last article was posted ${elapsed.days} day(s) ago.</p> - <p>Daily average: ${average}, between the ${first_post_date} and the ${end_post_date}.</p> + <p>Daily average: ${average}, between the ${first_post_date.strftime('%Y-%m-%d')} and the ${end_post_date.strftime('%Y-%m-%d')}.</p> <br /> |