From f0d99bd0581410fccfd16d214194e628667276a9 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Sep 2021 14:48:52 +0100 Subject: [PATCH] . --- templates/question_notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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