.
This commit is contained in:
@@ -69,7 +69,12 @@
|
|||||||
{% include 'question_notes.html' %}
|
{% include 'question_notes.html' %}
|
||||||
<div>
|
<div>
|
||||||
<span id="annotation-json-toggle">Annotation JSON (+/-):</span> <span id="annotation-json-content">
|
<span id="annotation-json-toggle">Annotation JSON (+/-):</span> <span id="annotation-json-content">
|
||||||
|
|
||||||
|
{% if question.image_annotations %}
|
||||||
<pre>{{ question.image_annotations }}</pre>
|
<pre>{{ question.image_annotations }}</pre>
|
||||||
|
{% else %}
|
||||||
|
No saved annotations.
|
||||||
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user