This commit is contained in:
Ross
2023-07-03 11:16:32 +01:00
parent 6b5c3f8914
commit f458dc1306
2 changed files with 13 additions and 0 deletions
@@ -36,6 +36,16 @@
</ul>
{% endif %}
{% if examination.anatomyquestion_set.all %}
<h4>Associated Anatomy Questions</h4>
<ul>
{% for question in examination.anatomyquestion_set.all %}
<li>{{question.get_link}}</li>
{% endfor %}
</ul>
{% endif %}
<details><summary>Merge</summary>