This commit is contained in:
Ross
2021-01-25 16:34:28 +00:00
parent 944c368214
commit 07cd403759
@@ -12,10 +12,10 @@
{% for image in question.images.all %}
<span>
Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}:
<!-- <img class="rapid-img {% if image.feedback_image %}feedback-img{% endif %}" src="{{ image.image.url }}"><br/> -->
<div class="dicom-image rapid-img {% if image.feedback_image %}feedback-img{% endif %}" data-url="http://penracourses.org.uk{{ image.image.url}}"></div>
</span>
{% endfor %}</p>
{% endfor %}
</p>
<p class="pre-whitespace"><b>Feedback:</b> {{ question.feedback }}</p>
<p><b>Author(s):</b> {% for author in question.author.all %} <a
href="{% url 'rapids:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>