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_files/forms.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_files') 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, -- cgit v1.2.3