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> <button id="save-annotations">Save Annotations</button>
</details> </details>
<div class=""><b>Image annotations:</b> <details open>
<summary>
Image annotations:
</summary>
{% for image in question.images.all %} {% for image in question.images.all %}
<span class="image-block"> <span class="image-block">
Image {{ forloop.counter }}: {{image.image_annotations}}<br /> Image {{ forloop.counter }}: {{image.image_annotations}}<br />
</span> </span>
{% endfor %} {% endfor %}
</div> </details>
<script> <script>
$(document).ready(function () { $(document).ready(function () {