.
This commit is contained in:
@@ -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 () {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user