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