This commit is contained in:
Ross
2021-09-11 14:45:59 +01:00
parent 57272a1b3b
commit 73c988ed2e
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ Notes:
{% if not note.complete %}
(<a href="{% url 'feedback_mark_complete' pk=note.pk %}">Mark complete</a>)
{% endif %}
{% if request.user.is_superuser %}
(<a href="{% url 'feedback_note_delete' pk=note.pk %}">Delete</a>)
{% endif %}
</li>
{% endfor %}
</ul>