We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa67db0 commit 584d973Copy full SHA for 584d973
1 file changed
app/grandchallenge/components/templates/components/partials/civ.html
@@ -22,7 +22,7 @@
22
{% if not civ.image %}
23
{% include "components/partials/civ/fallback.html" %}
24
{% elif civ.interface.is_dicom_image_kind %}
25
- {% include "components/partials/civ/dicom_image.html" %}
+ {% include "components/partials/civ/dicom_image_set.html" %}
26
{% else %}
27
{% include "components/partials/civ/panimg_image.html" %}
28
{% endif %}
0 commit comments