From fd92e662bf396a61ce695ec6a7800d183761b8cb Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Jul 2021 23:07:18 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index bb3f7c29..b2a0482b 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -9,11 +9,13 @@ title="View question answers">{{question_details.current}} of {{question_details.total}}
-
+
Mark Scheme {{ question.mark_scheme | safe}}
+
+ User answers
User observations: @@ -37,6 +39,7 @@
+
{% csrf_token %} {{ form.as_p }}