This commit is contained in:
Ross
2021-12-06 17:35:49 +00:00
parent 0e02b4e32b
commit e6da109743
@@ -28,6 +28,16 @@
</ul>
{% endif %}
{% if condition.differential_set.all %}
<h4>Differentials</h4>
<ul>
{% for case in condition.differential_set.all %}
<li>{{case.get_link}}</li>
{% endfor %}
</ul>
{% endif %}
{% endblock %}