From 33fce2fccfcfc14907ca95788da1d19c79e90b28 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 21 Aug 2021 09:54:39 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_detail.html b/rapids/templates/rapids/question_detail.html index 8d82ce9d..fd33ace3 100755 --- a/rapids/templates/rapids/question_detail.html +++ b/rapids/templates/rapids/question_detail.html @@ -2,7 +2,7 @@ {% block content %} - + {% if exam %}
@@ -24,5 +24,6 @@ Admin Edit User answers {% endif %} + {% include 'rapids/question_display_block.html' %} {% endblock %} \ No newline at end of file