aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 00:16:59 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 00:16:59 +0100
commit9eaf685209567eb74e998254f9ae209385295053 (patch)
tree9169b67af84d917a6ef85750e6f07b959065714c /pyaggr3g470r/templates
parentDelete a feed from the table of feeds. (diff)
downloadnewspipe-9eaf685209567eb74e998254f9ae209385295053.tar.gz
newspipe-9eaf685209567eb74e998254f9ae209385295053.tar.bz2
newspipe-9eaf685209567eb74e998254f9ae209385295053.zip
Another minor bugfix...
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html
index d89b11cf..5808f233 100644
--- a/pyaggr3g470r/templates/feed.html
+++ b/pyaggr3g470r/templates/feed.html
@@ -4,7 +4,7 @@
<div class="jumbotron">
<h2>{{ feed.title }}</h2>
<a href="/delete_feed/{{ feed.oid }}"><i class="glyphicon glyphicon-remove" title="Delete this feed"></i></a>
- <p>This feed contains {{ feed.articles|count }} <a href="/articles/{{ feed.id }}">articles</a>.</p>
+ <p>This feed contains {{ feed.articles|count }} <a href="/articles/{{ feed.oid }}">articles</a>.</p>
<p>Address of the feed: <a href="{{ feed.link }}">{{ feed.link }}</a>.</p>
<p>Address of the site: <a href="{{ feed.site_link }}">{{ feed.site_link }}</a>.</p>
</div>
bgstack15