summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
diff options
context:
space:
mode:
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
commit70a69dcea0bb92ef346c51da42122bf0f883dac9 (patch)
tree52779d05a64ead1ca6a9882cda58f9dd767a50cc /archaeological_files/forms.py
parent3dbeac686f1519ed8b9a961202b7ec2264591af9 (diff)
downloadIshtar-70a69dcea0bb92ef346c51da42122bf0f883dac9.tar.bz2
Ishtar-70a69dcea0bb92ef346c51da42122bf0f883dac9.zip
Generic extra forms modals for all pages (refs #5052)
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r--archaeological_files/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py
index 0108a8375..631407ac0 100644
--- a/archaeological_files/forms.py
+++ b/archaeological_files/forms.py
@@ -358,7 +358,6 @@ class FileFormResearch(CustomForm, ManageOldType, forms.Form):
form_label = _("Research archaeology")
form_admin_name = _("Archaeological file - 045 - Research - General")
form_slug = "file-045-research-general"
- extra_form_modals = ["person", "organization"]
base_model = 'department'
associated_models = {'scientist': Person,
'requested_operation_type': OperationType,