Commit 84c6eb6d authored by shadMod's avatar shadMod 💬

replaced key news with news_list

parent f71af983
......@@ -100,7 +100,7 @@ def prepare_blueprint(app):
def _(_tmpl=tmpl):
return flask.render_template(
_tmpl,
news=list_news(),
news_list=list_news(),
distros=list_distro()
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment