This commit is contained in:
Ross
2021-08-19 16:56:45 +01:00
parent 8707a357b1
commit c09b9ae826
@@ -97,7 +97,7 @@
<div class="pre-whitespace multi-image-block"><b>Image annotations:</b>
{% for image in question.images.all %}
<span class="image-block">
Image {{ forloop.counter }}: {{image.image_annotatinos}}
Image {{ forloop.counter }}: {{image.image_annotations}}
</span>
{% endfor %}
</div>