This commit is contained in:
Ross
2022-04-26 20:49:32 +01:00
parent 44763cf66c
commit 06a0b9381e
@@ -14,7 +14,7 @@
Description: {{case.description}}
</div>
{% endif %}
{% if collection.show_history_pre and case.history%}
{% if collection.show_history and case.history%}
<div>
History: {{case.history}}
</div>