Templates: New template for films.

This commit is contained in:
2019-04-03 13:03:58 +02:00
parent 142dd36e3c
commit 9bf6c0fcb3
4 changed files with 100 additions and 3 deletions

View File

@@ -191,8 +191,8 @@ def open_projects():
def render_page():
projects = get_projects('film')
return render_template(
'projects_index_collection.html',
title='open-projects',
'films.html',
title='films',
projects=projects._items,
api=system_util.pillar_api())