This commit is contained in:
Ross
2022-02-15 23:25:19 +00:00
parent 1977de4811
commit 81e2d2cb32
3 changed files with 7 additions and 6 deletions
@@ -10,7 +10,7 @@
<p class="pre-whitespace"><b>Description:</b> {{ case.description }}</p>
<p>
Presentation:
<b>Presentation:</b>
<ul>
{% for presentation in case.presentation.all %}
<li>{{presentation.get_link}}</li>
@@ -104,7 +104,7 @@
<li>{{sub.get_link}}</li>
{% endfor %}
</ul>
Pathological Process:
<b>Pathological Process:</b>
<ul>
{% for p in case.pathological_process.all %}
<li>{{p.get_link}}</li>