This commit is contained in:
Ross
2024-02-14 22:05:08 +00:00
parent af4f742d3e
commit 684156fafe
2 changed files with 5 additions and 3 deletions
@@ -13,7 +13,9 @@
<h3>Cases</h3>
<ol id="" class="sortable">
{% for case in cases %}
<li data-question_pk={{case.pk}}>
{{case.casedetail.sort_order}}
<div class="case-item" data-title="{{case.title}}" data-case={{case.pk}} data-case-json='{{case.get_viva_details_json}}'>Case {{forloop.counter}}: {{case.title}} &nbsp;
{% comment %} <button class="show-case no-padding" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Show</button> {% endcomment %}
{% comment %} <button class="send-message no-padding" data-title="{{case.title}}" data-target="/ohif/viewer/dicomjson?url=https://www.penracourses.org.uk{% url 'atlas:case_dicom_json' case.pk %}">Open</button> {% endcomment %}