This commit is contained in:
Ross
2021-12-06 17:36:49 +00:00
parent e6da109743
commit 8357736772
+1 -1
View File
@@ -33,7 +33,7 @@
<ul> <ul>
{% for case in condition.differential_set.all %} {% for case in condition.differential_set.all %}
<li>{{case.get_link}}</li> <li>TEST {{case}}{{case.get_link}}</li>
{% endfor %} {% endfor %}
</ul> </ul>