This commit is contained in:
Ross
2021-09-11 14:48:52 +01:00
parent 30a40da8e2
commit f0d99bd058
+1 -1
View File
@@ -17,5 +17,5 @@ Notes:
{% endif %}
</li>
{% endfor %}
{% if not question.notes %}No notes to display.{% endif %}
{% if not question.notes.all %}No notes to display.{% endif %}
</ul>