Rename feed.html
This commit is contained in:
parent
933596d25c
commit
af7f84cae7
|
@ -107,7 +107,7 @@ def feed_for_sources(source_names):
|
||||||
|
|
||||||
selection = active_items[:100]
|
selection = active_items[:100]
|
||||||
|
|
||||||
return render_template("feed.html",
|
return render_template("feed.jinja2",
|
||||||
items=selection,
|
items=selection,
|
||||||
mdeac=[
|
mdeac=[
|
||||||
{'source': item['source'], 'itemid': item['id']}
|
{'source': item['source'], 'itemid': item['id']}
|
||||||
|
|
Loading…
Reference in New Issue