Extend projects/view.html for page templates

Using projects/landing.html was causing exception since the landing
template expects project attributes that are available only for
projects that are setup_for_film.
This commit is contained in:
Francesco Siddi 2019-04-08 16:43:20 +02:00
parent d047943a07
commit dc7d7bab4a

View File

@ -1,4 +1,4 @@
| {% extends 'projects/landing.html' %}
| {% extends 'projects/view.html' %}
include ../../../mixins/components
| {% set title = node.properties.url %}