This commit is contained in:
Ross
2021-11-30 21:13:10 +00:00
parent 54e129bd35
commit 528d4d031a
@@ -41,7 +41,8 @@
<details open>
<summary><b>Differentials</b></summary>
<ul>
{% for diff in case.differential.all %}
{% for diff in case.differential_set.all %}
{{diff}}
{{diff}}
<li>{{diff.condition}} - {{diff.text}}</li>
{% endfor %}