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