diff options
Diffstat (limited to 'src/web')
-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 096ee794..7a40ca9a 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -9,7 +9,7 @@ </div> <div class="well"> <p> - {{ _('This feed contains') }} {{ feed.articles.all()|count }} <a href= "{{ url_for("home", feed_id=feed.id, filter_="all") }}">{{ _('articles') }}</a>.<br /> + {{ _('This feed contains') }} {{ feed.articles.all()|count }} {{ _('articles') }}.<br /> {% if category %} {{ _('This feed is part of category %(category_name)s', category_name=category.name) }}<br /> {% endif %} |