From 4de71551662a08b6e24c9990cfba8642b1bd348e Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 20 Aug 2021 10:29:22 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 09eec9b5..52d8222d 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -95,13 +95,16 @@ -
Image annotations: +
+ + Image annotations: + {% for image in question.images.all %} Image {{ forloop.counter }}: {{image.image_annotations}}
{% endfor %} -
+