This commit is contained in:
naomi
2018-04-15 12:44:07 +02:00
parent feaaa6cbb8
commit fae90205a4
6 changed files with 62 additions and 15 deletions

View File

@ -17,6 +17,6 @@
#}
<div{{ attributes.addClass('case_entity') }}>
{% if content %}
{{- content -}}
<div id = '#zencrm_case'>{{- content -}}</div>
{% endif %}
</div>