Put content back into case html template

I discovered that it is where the "rendered entity" comes from.
This commit is contained in:
naomi
2018-04-14 17:49:58 +02:00
parent 483d1ac9d9
commit 72936b0da6
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
#}
<div{{ attributes.addClass('case_entity') }}>
{% if content %}
{# removed content because case page is managed via views and blocks #}
{{- content -}}
{% endif %}
</div>