This commit is contained in:
Ross
2021-01-25 16:37:17 +00:00
parent 07cd403759
commit c7774db449
@@ -12,7 +12,7 @@
{% for image in question.images.all %} {% for image in question.images.all %}
<span> <span>
Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}: 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 class="dicom-image rapid-img {% if image.feedback_image %}feedback-img{% endif %}" data-url="http://penracourses.org.uk{{ image.image.url}}"></span>
</span> </span>
{% endfor %} {% endfor %}
</p> </p>