.
This commit is contained in:
@@ -25,9 +25,16 @@
|
|||||||
|
|
||||||
<details><summary>Details</summary>
|
<details><summary>Details</summary>
|
||||||
<br/>
|
<br/>
|
||||||
Case uuid: {{case.cimar_uuid}}
|
Case uuid: {{case.cimar_uuid}} / {{cimar_sid}}
|
||||||
<br/>
|
<br/>
|
||||||
<a href="{{case.get_cimar_case.viewer_link}}?{{cimar_sid}}" target="_blank">External</a>
|
|
||||||
|
{% if cimar_sid %}
|
||||||
|
<a href="{{case.get_cimar_case.viewer_link}}?sid={{cimar_sid}}" target="_blank">External</a>
|
||||||
|
{% else %}
|
||||||
|
<a href="{{case.get_cimar_case.viewer_link}}" target="_blank">External</a>
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
hx-get='{% url "cimar_study_viewer_embed" case.cimar_uuid %}'
|
hx-get='{% url "cimar_study_viewer_embed" case.cimar_uuid %}'
|
||||||
|
|||||||
Reference in New Issue
Block a user