From c6d3cd9bae5070f289eff971376094b89fb0cde4 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sun, 1 May 2022 14:12:00 +0000 Subject: [PATCH] Add content panel --- .../templates/company/manufacturer_part.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html index 5a0e741c1a..ae4690f1c6 100644 --- a/InvenTree/company/templates/company/manufacturer_part.html +++ b/InvenTree/company/templates/company/manufacturer_part.html @@ -144,6 +144,21 @@ src="{% static 'img/blank_image.png' %}" +
+
+
+

{% trans "Attachments" %}

+ {% include "spacer.html" %} +
+ {% include "attachment_button.html" %} +
+
+
+
+ {% include "attachment_table.html" %} +
+
+