From d2ab828988b5ce98e9a553575e985048f800cde3 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 13:56:52 +0100 Subject: [PATCH] . --- .../atlas/collection_mark_question.html | 43 +++++++++++++------ 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/atlas/templates/atlas/collection_mark_question.html b/atlas/templates/atlas/collection_mark_question.html index ee1674cf..2999a26f 100644 --- a/atlas/templates/atlas/collection_mark_question.html +++ b/atlas/templates/atlas/collection_mark_question.html @@ -1,20 +1,35 @@ {% extends 'atlas/base.html' %} {% block content %} -{% include 'atlas/collection_headers.html' %} -

Marking case: {{case_detail.case.title}}

+ {% include 'atlas/collection_headers.html' %} +

Marking case: {{case_detail.case.title}}

- + {% if previous > -1 %} + + {% endif %} + {% if next %} + + {% else %} + {% if not exam.publish_results %} + + {% endif %} + {% endif %} + + + +{% endblock %}