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