From 5b12226d7e37e15317fe6c1c2b87b7ec9b9fc7d1 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 1 Apr 2022 22:44:54 +0100 Subject: [PATCH] . --- .../templates/atlas/collection_case_view.html | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/atlas/templates/atlas/collection_case_view.html b/atlas/templates/atlas/collection_case_view.html index eacd61a4..df205a89 100644 --- a/atlas/templates/atlas/collection_case_view.html +++ b/atlas/templates/atlas/collection_case_view.html @@ -55,15 +55,29 @@ {% endif %} {% if take %} -

TAKE

-
- {% if previous %} - Previous - {% endif %} - {% if next %} - Next - {% endif %} -
+
{% csrf_token %} +
+ {{form}} +
+ {% if previous > -1 %} + + {% endif %} + {% if next %} + + {% else %} + {% if not exam.publish_results %} + + {% endif %} + {% endif %} + + {% if exam.publish_results and question.feedback %} +

Feedback

+

{{question.feedback|safe}}

+ {% endif %} +
+ + +
{% else %}
{% if previous %}