Removed case itself from case page template

Because it will be managed with views and blocks.
This commit is contained in:
naomi 2018-04-14 15:32:34 +02:00
parent 0dec481020
commit 09142a52dc
1 changed files with 1 additions and 1 deletions

View File

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