.
This commit is contained in:
@@ -94,6 +94,13 @@
|
|||||||
<button id="save-annotations">Save Annotations</button>
|
<button id="save-annotations">Save Annotations</button>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<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}}
|
||||||
|
</span>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
@@ -367,8 +374,6 @@
|
|||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.toggle-button {
|
.toggle-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user