diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-01-05 14:44:49 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-01-05 14:44:49 +0100 |
commit | 75f16880ec05694d33df7a0c44a7c8b355f03f11 (patch) | |
tree | 88d66d012696a720e98571abe77a59c4efdaf39b /src/web/templates | |
parent | Updated translations. (diff) | |
download | newspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.tar.gz newspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.tar.bz2 newspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.zip |
Minor edit to the /feed page (template).
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/feed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html index c421a411..6705015a 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -34,7 +34,7 @@ {% if feed.articles.all()|count != 0 %} {{ _('The last article was posted') }} {{ elapsed.days }} {{ _('day(s) ago.') }}<br /> - {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} {{ first_post_date | datetime }} {{ _('and the') }} {{ end_post_date | datetime }}. + {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} <i>{{ first_post_date | datetime }}</i> {{ _('and the') }} <i>{{ end_post_date | datetime }}</i>. {% endif %} </p> </div> |