From a84473a6d5075701b368bb0ad432cb015299b939 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 19 Aug 2021 16:54:28 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 37458e9d..7f301ae7 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -94,6 +94,13 @@ +
Image annotations: + {% for image in question.images.all %} + + Image {{ forloop.counter }}: {{image.image_annotatinos}} + + {% endfor %} +