From 21e485f2948f3e7353d4c121dd027efcec3a3a52 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Aug 2021 12:08:15 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index b0a9ce15..ecc5681a 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -49,8 +49,10 @@ {% else %} + {% if not unmarked %} All question answers marker. Return to marking overview {% endif %} + {% endif %} {% endblock %} \ No newline at end of file