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