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