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 %}