diff --git a/templates/question_notes.html b/templates/question_notes.html
index c8fee1bc..91348d68 100644
--- a/templates/question_notes.html
+++ b/templates/question_notes.html
@@ -17,4 +17,5 @@ Notes:
{% endif %}
{% endfor %}
+ {% if not question.notes %}No notes to display.{% endif %}
\ No newline at end of file