This commit is contained in:
Ross
2021-09-09 18:07:25 +01:00
parent 803dbf8750
commit 4d85003126
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,7 @@
{% if view_feedback %}
Notes:
<ul class="notes">
{% for note in question.anon_notes.all %}
{% for note in question.notes.all %}
<li {% if note.complete %}class='complete' {% endif %}>
{{ note.created_on }} by
{% if note.user_author %}