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