.
This commit is contained in:
@@ -437,6 +437,6 @@ td.user-answer-score-2::after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.multi-image-block span {
|
||||
.multi-image-block span {
|
||||
display: inline-flex;
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
<p class="pre-whitespace"><b>Abnormality:</b> {{ question.get_abnormalities }}</p>
|
||||
<div class="pre-whitespace multi-image-block"><b>Images:</b>
|
||||
{% for image in question.images.all %}
|
||||
<span>
|
||||
<span class="image-block">
|
||||
Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}:
|
||||
<div class="dicom-image rapid-img {% if image.feedback_image %}feedback-img{% endif %}" data-url="http://penracourses.org.uk{{ image.image.url}}"></div>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user