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