.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user