From 1b6c07d44cef78ddf9f50c893706e91c31c70993 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Jan 2021 16:38:10 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_display_block.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rapids/templates/rapids/rapid_display_block.html b/rapids/templates/rapids/rapid_display_block.html index 716eec3b..5438607e 100755 --- a/rapids/templates/rapids/rapid_display_block.html +++ b/rapids/templates/rapids/rapid_display_block.html @@ -8,14 +8,14 @@

Examination: {{ question.get_examinations }}

Laterality: {{ question.laterality }}

Abnormality: {{ question.get_abnormalities }}

-

Images: +

Images: {% for image in question.images.all %} Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}: - +
{% endfor %} -

+

Feedback: {{ question.feedback }}

Author(s): {% for author in question.author.all %} {{author}}, {% endfor %}