This commit is contained in:
Ross
2021-08-20 10:29:22 +01:00
parent 01c98cd2e1
commit 4de7155166
@@ -95,13 +95,16 @@
<button id="save-annotations">Save Annotations</button>
</details>
<div class=""><b>Image annotations:</b>
<details open>
<summary>
Image annotations:
</summary>
{% for image in question.images.all %}
<span class="image-block">
Image {{ forloop.counter }}: {{image.image_annotations}}<br />
</span>
{% endfor %}
</div>
</details>
<script>
$(document).ready(function () {