aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/feed.html')
-rw-r--r--src/web/templates/feed.html2
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 %}
bgstack15