From d4dc88057e18799ede07c64f3e74869676329b32 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Jan 2021 16:04:27 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 6 +----- rapids/templates/rapids/exam_overview.html | 4 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 5242262d..e03b8aa4 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -20,11 +20,7 @@ {% for question in questions.all %}
  • - {% for image in questions.GetImages %} - {{image}} - {{image.image}} - thumbail - {% endfor %} + thumbail {{ question.description }}
    {{ question.question_type }}: {{ question.GetPrimaryAnswer }} diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 17411aea..ac9eb142 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -20,7 +20,9 @@ {% for question in questions.all %}
  • - thumbail + {% for image in question.GetImages %} + thumbail + {% endfor %} {{ question.description }}
    {{ question.question_type }}: {{ question.GetPrimaryAnswer }}