This commit is contained in:
Ross
2021-12-06 17:37:29 +00:00
parent 8357736772
commit 27e140a7f8
+2 -2
View File
@@ -32,8 +32,8 @@
<h4>Differentials</h4> <h4>Differentials</h4>
<ul> <ul>
{% for case in condition.differential_set.all %} {% for diff in condition.differential_set.all %}
<li>TEST {{case}}{{case.get_link}}</li> <li>TEST {{diff.case}}{{diff.case.get_link}}</li>
{% endfor %} {% endfor %}
</ul> </ul>