From e20dae3750b363cffcf009560de066d5723fc1a9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 25 Feb 2021 12:06:36 +0100 Subject: Generic extra forms modals for all pages (refs #5052) --- archaeological_warehouse/forms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'archaeological_warehouse') diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index 3b10fb608..06a3ca493 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -145,7 +145,6 @@ class WarehouseForm(CustomForm, ManageOldType, forms.Form): form_label = _("Warehouse") form_admin_name = _("Warehouse - 010 - General") form_slug = "warehouse-010-general" - extra_form_modals = ["organization", "person"] associated_models = { 'warehouse_type': models.WarehouseType, 'person_in_charge': Person, @@ -262,7 +261,6 @@ class ContainerForm(CustomForm, ManageOldType, forms.Form): form_admin_name = _("Container - 010 - General") form_slug = "container-010-general" file_upload = True - extra_form_modals = ["warehouse", "organization", "person", "container"] associated_models = {'container_type': models.ContainerType, 'location': models.Warehouse, 'responsibility': models.Warehouse, -- cgit v1.2.3