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}} Description: {{case.description}}
</div> </div>
{% endif %} {% endif %}
{% if collection.show_history and case.history%} {% if show_history and case.history%}
<div> <div>
History: {{case.history}} History: {{case.history}}
</div> </div>