From 14fe8f990d7b39a2ee20bf2ba5d83166631b7764 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 10:39:02 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index bc90da2e..d5d77646 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -34,9 +34,12 @@ {% for question in questions.all %}
  • + thumbail + + {{ question.description }}
    {{ question.question_type }}: {{ question.get_primary_answer }} @@ -46,6 +49,7 @@ Mark {% endif %} [id: {{question.pk}}] +
  • {% endfor %}