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