From c09b9ae8267c7cd59d0b5aac96b0236da890fa12 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 19 Aug 2021 16:56:45 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 7f301ae7..1eb5fc79 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -97,7 +97,7 @@
Image annotations: {% for image in question.images.all %} - Image {{ forloop.counter }}: {{image.image_annotatinos}} + Image {{ forloop.counter }}: {{image.image_annotations}} {% endfor %}