This commit is contained in:
Ross
2021-10-02 15:46:54 +01:00
parent 48109e5bf7
commit 57cbf601aa
@@ -69,7 +69,12 @@
{% include 'question_notes.html' %}
<div>
<span id="annotation-json-toggle">Annotation JSON (+/-):</span> <span id="annotation-json-content">
{% if question.image_annotations %}
<pre>{{ question.image_annotations }}</pre>
{% else %}
No saved annotations.
{% endif %}
</span>
</div>
</div>