This commit is contained in:
Ross
2021-09-09 17:32:08 +01:00
parent 2c772d5f2c
commit 71128254ad
@@ -70,6 +70,7 @@
<ul class="notes">
{% for note in question.anon_notes.all %}
<li {% if note.complete %}class='complete' {% endif %}>
{{note.user_author}}
{{ note.created_on }} by
{% if note.user_author %}
{{note.user_author}}