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