.
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
<ul class="notes">
|
<ul class="notes">
|
||||||
{% for note in question.anon_notes.all %}
|
{% for note in question.anon_notes.all %}
|
||||||
<li {% if note.complete %}class='complete' {% endif %}>
|
<li {% if note.complete %}class='complete' {% endif %}>
|
||||||
|
{{note.user_author}}
|
||||||
{{ note.created_on }} by
|
{{ note.created_on }} by
|
||||||
{% if note.user_author %}
|
{% if note.user_author %}
|
||||||
{{note.user_author}}
|
{{note.user_author}}
|
||||||
|
|||||||
Reference in New Issue
Block a user