diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-01 12:32:30 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-01 12:32:30 +0100 |
commit | d92f44e5667222c6dbf3d32b5577b2bee20d6d00 (patch) | |
tree | 70f08f8960970652b7584488000de1c1bc4bc6e1 /pyaggr3g470r/templates/unread.html | |
parent | Added new template to display information about a feed. (diff) | |
download | newspipe-d92f44e5667222c6dbf3d32b5577b2bee20d6d00.tar.gz newspipe-d92f44e5667222c6dbf3d32b5577b2bee20d6d00.tar.bz2 newspipe-d92f44e5667222c6dbf3d32b5577b2bee20d6d00.zip |
Added users management.
Diffstat (limited to 'pyaggr3g470r/templates/unread.html')
-rw-r--r-- | pyaggr3g470r/templates/unread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index bf17356f..46842382 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -5,7 +5,7 @@ <div class="row"> <div class="col-md-6 col-md-offset-3"> <h1>{{ feed.title }}</h1> - <a href="/articles/{{ feed.id }}"><i class="glyphicon glyphicon-th-list"></i></a> + <a href="/articles/{{ feed.oid }}"><i class="glyphicon glyphicon-th-list"></i></a> </div> </div> {% for number in range(0, feed.articles|length-(feed.articles|length % 3), 3) %} |