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 | e20dae3750b363cffcf009560de066d5723fc1a9 (patch) | |
| tree | 52779d05a64ead1ca6a9882cda58f9dd767a50cc /archaeological_warehouse/forms.py | |
| parent | 18e931b2085ef3cc0d8c50fd88276a87c59cd696 (diff) | |
| download | Ishtar-e20dae3750b363cffcf009560de066d5723fc1a9.tar.bz2 Ishtar-e20dae3750b363cffcf009560de066d5723fc1a9.zip | |
Generic extra forms modals for all pages (refs #5052)
Diffstat (limited to 'archaeological_warehouse/forms.py')
| -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, | 
