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