From a00bea1ac46d746178ee031b9559f7ef0745d7db Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 16:31:51 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/mark.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index 4c4dcd45..f89ea1ad 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -1,11 +1,11 @@ {% extends 'anatomy/exams.html' %} {% block content %} -

Marking question {{question_details.current}} of {{question_details.total}}

- View Edit Admin Edit -

{{ question.question_type }}

+
+

Marking question {{question_details.current}} of {{question_details.total}}

+ View Edit Admin Edit +

{{ question.question_type }}

-
{% csrf_token %} @@ -53,4 +53,9 @@
+
+
+
+
+
{% endblock %}