Removed case itself from case page template
Because it will be managed with views and blocks.
This commit is contained in:
parent
0dec481020
commit
09142a52dc
@ -17,6 +17,6 @@
|
|||||||
#}
|
#}
|
||||||
<div{{ attributes.addClass('case_entity') }}>
|
<div{{ attributes.addClass('case_entity') }}>
|
||||||
{% if content %}
|
{% if content %}
|
||||||
{{- content -}}
|
{# removed content because case page is managed via views and blocks #}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user