diff --git a/anatomy/static/js/anatomy.js b/anatomy/static/js/anatomy.js index 2cdfbce7..767f5d91 100644 --- a/anatomy/static/js/anatomy.js +++ b/anatomy/static/js/anatomy.js @@ -140,7 +140,7 @@ function loadJsonToolStateOnCurrentImage(json) { } -setUpDicom(element) { +function setUpDicom(element) { console.log("Dicom element found ", $(element)); diff --git a/rapids/templates/rapids/rapid_display_block.html b/rapids/templates/rapids/rapid_display_block.html index 2caf7259..054020a1 100755 --- a/rapids/templates/rapids/rapid_display_block.html +++ b/rapids/templates/rapids/rapid_display_block.html @@ -12,7 +12,7 @@ {% 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 %}