diff --git a/shorts/templates/shorts/mark_answer.html b/shorts/templates/shorts/mark_answer.html
index 33c0275b..e8b9df9d 100644
--- a/shorts/templates/shorts/mark_answer.html
+++ b/shorts/templates/shorts/mark_answer.html
@@ -154,13 +154,16 @@
Return to question
overview, marking
overview
+
{% if previous_answer_id %}
- Previous
- candidate
+ Previous candidate
+ {% else %}
+ Previous candidate
{% endif %}
{% if next_answer_id %}
- Next
- candidate
+ Next candidate
+ {% else %}
+ Next candidate
{% endif %}
{% endif %}