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