This commit is contained in:
Ross
2022-04-30 14:22:27 +01:00
parent 50527787a6
commit 787e62c2ce
@@ -14,7 +14,7 @@
Description: {{case.description}}
</div>
{% endif %}
{% if collection.show_history and case.history%}
{% if show_history and case.history%}
<div>
History: {{case.history}}
</div>