This commit is contained in:
Ross
2021-12-06 17:42:48 +00:00
parent 27e140a7f8
commit 5bf3b5f697
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -29,11 +29,11 @@
</ul>
{% endif %}
{% if condition.differential_set.all %}
<h4>Differentials</h4>
<h4>Associated Case Differentials</h4>
<ul>
{% for diff in condition.differential_set.all %}
<li>TEST {{diff.case}}{{diff.case.get_link}}</li>
<li>{{diff.case.get_link}}</li>
{% endfor %}
</ul>