.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user