From 9630c909247631f36e34b8e471459f9f75f9df44 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 20 Aug 2019 18:01:20 +1000 Subject: [PATCH] Add buttons to edit/delete parameters --- InvenTree/part/templates/part/params.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/params.html b/InvenTree/part/templates/part/params.html index 50098ed6e6..0419fe6934 100644 --- a/InvenTree/part/templates/part/params.html +++ b/InvenTree/part/templates/part/params.html @@ -26,7 +26,13 @@ {{ param.template.name }} {{ param.data }} - {{ param.template.units }} + + {{ param.template.units }} +
+ + +
+ {% endfor %}