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