aboutsummaryrefslogtreecommitdiff
path: root/source/templates/feed.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-30 11:21:28 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-30 11:21:28 +0100
commit4c1dc33a806920b46f5a05e244cfb7900aa8f08b (patch)
treef3aa865a87dafef15065d6ef7b2ada1fcde6564d /source/templates/feed.html
parentMinor improvements to the /feed page. (diff)
downloadnewspipe-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.html2
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 />
bgstack15