From f3688c30c7f0ab9b3ea4cbbcb62c9cc400ae541d Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Jan 2021 17:59:28 +0000 Subject: [PATCH] . --- rapids/templates/rapids/base.html | 12 +++++++++--- rapids/templates/rapids/rapid_display_block.html | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index baddc636..df44bb72 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -15,9 +15,15 @@ {% endcomment %} - - - + + + + + + + + + {% block js %} {% endblock %} diff --git a/rapids/templates/rapids/rapid_display_block.html b/rapids/templates/rapids/rapid_display_block.html index 3f0f2b58..bb54acbd 100755 --- a/rapids/templates/rapids/rapid_display_block.html +++ b/rapids/templates/rapids/rapid_display_block.html @@ -5,11 +5,13 @@

Rapid: {{ rapid }}

Region: {{ rapid.get_regions }}

+

Examination: {{ rapid.examination }}

+

Laterality: {{ rapid.laterality }}

Abnormality: {{ rapid.get_abnormalities }}

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

Feedback: {{ rapid.feedback }}

Author(s): {% for author in rapid.author.all %}