From 07cd403759f23d47fd86928b99701680117151e7 Mon Sep 17 00:00:00 2001
From: Ross
Date: Mon, 25 Jan 2021 16:34:28 +0000
Subject: [PATCH] .
---
rapids/templates/rapids/rapid_display_block.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rapids/templates/rapids/rapid_display_block.html b/rapids/templates/rapids/rapid_display_block.html
index 850db2d6..a6b665f5 100755
--- a/rapids/templates/rapids/rapid_display_block.html
+++ b/rapids/templates/rapids/rapid_display_block.html
@@ -12,10 +12,10 @@
{% for image in question.images.all %}
Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}:
-
- {% endfor %}
+ {% endfor %}
+
Feedback: {{ question.feedback }}
Author(s): {% for author in question.author.all %} {{author}}, {% endfor %}