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:
parent
d047943a07
commit
dc7d7bab4a
@ -1,4 +1,4 @@
|
||||
| {% extends 'projects/landing.html' %}
|
||||
| {% extends 'projects/view.html' %}
|
||||
include ../../../mixins/components
|
||||
|
||||
| {% set title = node.properties.url %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user