This commit is contained in:
Ross
2021-05-16 13:30:27 +01:00
parent 41877cb7e6
commit d5b3d00b3c
7 changed files with 62 additions and 20 deletions
+2 -1
View File
@@ -3,9 +3,10 @@
{% block content %}
<div class="anatomy">
<h1>Feedback</h1>
Displays a list of feedback reports yet to be acted upon
<ul>
{% for note in notes %}
<li>{{note.content_type }}: {{note.note_type}} / {{note.note}} [{{note.complete}}]</li>
<li><a href="{{ note.get_object_url }}">{{note.content_type }}</a>: {{note.note_type}} / {{note.note}} </li>
{% endfor %}
</ul>