This commit is contained in:
Ross
2021-09-08 11:37:46 +01:00
parent a3cd5541b0
commit b760125739
3 changed files with 3 additions and 0 deletions
@@ -34,6 +34,7 @@
{{ question.question_type }}: {{ question.get_primary_answer }}
<br />
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
[id: {{question.pk}}]
</li>
{% endfor %}
</ol>