Fix feeds.html
This commit is contained in:
parent
85ae466d3b
commit
efc4a26340
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block description %}FeedVault - A feed archive{% endblock %}
|
||||
{% block keywords %}RSS, Atom, Feed, Archive{% endblock %}
|
||||
{% block content %}
|
||||
{% for feed in object_list %}
|
||||
{% for feed in feeds %}
|
||||
<div class="feed">
|
||||
<h2>
|
||||
<a href="{{ feed.url }}">{{ feed.title }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue