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