.
This commit is contained in:
@@ -106,7 +106,6 @@
|
|||||||
<button type="submit" name="skip" class="save btn btn-default">Skip</button>
|
<button type="submit" name="skip" class="save btn btn-default">Skip</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<p><button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">View/Hide Case</button></p>
|
|
||||||
<span class=hide>
|
<span class=hide>
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
</span>
|
</span>
|
||||||
@@ -114,7 +113,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{question.get_image_url_array}}"
|
<div id="single-dicom-viewer" class="marking-dicom" data-images="{{question.get_image_url_array}}"
|
||||||
data-annotations='{{question.get_image_annotations}}'>
|
data-annotations='{{question.get_image_annotations}}'>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user