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 %}