From 505191089f25ee3145de36ba943d467eb670fad9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 28 Apr 2019 22:50:31 +1000 Subject: [PATCH] Added buttons to edit and delete attachments --- InvenTree/part/templates/part/attachments.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/InvenTree/part/templates/part/attachments.html b/InvenTree/part/templates/part/attachments.html index b6339c23c7..2188a89528 100644 --- a/InvenTree/part/templates/part/attachments.html +++ b/InvenTree/part/templates/part/attachments.html @@ -14,11 +14,16 @@ File Comment + {% for attachment in part.attachments.all %} {{ attachment.basename }} {{ attachment.comment }} + + + + {% endfor %}