Skip to content

Commit 584d973

Browse files
committed
Fix path to dicom kind partial
1 parent fa67db0 commit 584d973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/grandchallenge/components/templates/components/partials

app/grandchallenge/components/templates/components/partials/civ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% if not civ.image %}
2323
{% include "components/partials/civ/fallback.html" %}
2424
{% elif civ.interface.is_dicom_image_kind %}
25-
{% include "components/partials/civ/dicom_image.html" %}
25+
{% include "components/partials/civ/dicom_image_set.html" %}
2626
{% else %}
2727
{% include "components/partials/civ/panimg_image.html" %}
2828
{% endif %}

0 commit comments

Comments
 (0)