.
This commit is contained in:
@@ -59,21 +59,21 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
<summary>
|
||||
<detail><h3>Suggested answers<h3></detail>
|
||||
<detail>
|
||||
<summary><h3>Suggested answers</h3></summary>
|
||||
<ul>
|
||||
{% for ans in question.get_suggested_answers %}
|
||||
<li>{{ans}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</summary>
|
||||
</detail>
|
||||
|
||||
<summary>
|
||||
<detail><h3>Image viewer</h3></detail>
|
||||
<detail>
|
||||
<summary><h3>Image viewer</h3></summary>
|
||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{ question.get_image_urls }}" data-annotations=''></div>
|
||||
</div>
|
||||
</summary>
|
||||
</detail>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user