diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index 99566d2c..b8c2fd2d 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/rad/static/css/anatomy.css b/rad/static/css/anatomy.css index 2840f33d..7cb15bea 100644 --- a/rad/static/css/anatomy.css +++ b/rad/static/css/anatomy.css @@ -184,9 +184,9 @@ button a { float: right; } -#dicom-image { +#dicom-image-legacy { width: 100%; -/* height: 600px; */ + height: 600px; } .dicom-viewer { diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index b9d5b272..8c6b29ce 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -23,7 +23,7 @@ {% for image in question.images.all %} Image {{ forloop.counter }}{% if image.description %} ({{image.description}}){% endif %}{% if image.feedback_image %} [feedback image]{% endif %}: -
{% endfor %}