diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-25 12:06:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:25 +0100 |
commit | 70a69dcea0bb92ef346c51da42122bf0f883dac9 (patch) | |
tree | 52779d05a64ead1ca6a9882cda58f9dd767a50cc /archaeological_warehouse | |
parent | 3dbeac686f1519ed8b9a961202b7ec2264591af9 (diff) | |
download | Ishtar-70a69dcea0bb92ef346c51da42122bf0f883dac9.tar.bz2 Ishtar-70a69dcea0bb92ef346c51da42122bf0f883dac9.zip |
Generic extra forms modals for all pages (refs #5052)
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/forms.py | 2 |
1 files changed, 0 insertions, 2 deletions
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, |