From 8e038d958b212e392e5c0727e6f16f26b8736706 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 12:06:19 +0000 Subject: [PATCH] Fix data-url reference in anatomy DICOM image elements for consistent image loading --- .../anatomy/partials/exam_review_question_fragment.html | 2 +- anatomy/templates/anatomy/question_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index d569aeda..6929515e 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html @@ -1,7 +1,7 @@

{{ question.question_type }}

-
diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 4b4e11f3..3abaf15f 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -3,7 +3,7 @@ {% block content %} {% load static %} {% include 'anatomy/question_link_header.html' %} -
Help