From 833ba8c4723c0e0878bee1e39f38c1b085ee45bd Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 18 Jan 2021 22:45:07 +1100 Subject: [PATCH] Template fixes --- InvenTree/part/templates/part/bom-delete.html | 2 +- InvenTree/part/templates/part/copy_part.html | 2 +- InvenTree/part/templates/part/variant_part.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/InvenTree/part/templates/part/bom-delete.html b/InvenTree/part/templates/part/bom-delete.html index 2b8c5a18e1..c2db77c040 100644 --- a/InvenTree/part/templates/part/bom-delete.html +++ b/InvenTree/part/templates/part/bom-delete.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "modal_delete_form.html" %} +{% load i18n %} {% block pre_form_content %} diff --git a/InvenTree/part/templates/part/copy_part.html b/InvenTree/part/templates/part/copy_part.html index bf8070a55f..2b0c6c9fab 100644 --- a/InvenTree/part/templates/part/copy_part.html +++ b/InvenTree/part/templates/part/copy_part.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "modal_form.html" %} +{% load i18n %} {% block pre_form_content %} diff --git a/InvenTree/part/templates/part/variant_part.html b/InvenTree/part/templates/part/variant_part.html index a9d56093f2..f2f8fd4cd7 100644 --- a/InvenTree/part/templates/part/variant_part.html +++ b/InvenTree/part/templates/part/variant_part.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "modal_form.html" %} +{% load i18n %} {% block pre_form_content %}