From 80f8712a5d25a4b2c7c186b8f260561ea35441c1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Sep 2024 15:42:03 +0200 Subject: ✨ archaeological sites edit form: add new fields, simplify forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/views.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'archaeological_operations/views.py') diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 93fb1864b..70732d04e 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -645,7 +645,6 @@ site_search_wizard = wizards.SiteSearch.as_view( site_creation_steps = [ ("general-site_creation", forms.SiteForm), - ("towns-site_creation", forms.SiteTownFormset), ("underwater-site_creation", forms.SiteUnderwaterForm), ("final-site_creation", FinalForm), ] @@ -659,7 +658,6 @@ site_creation_wizard = wizards.SiteWizard.as_view( site_modification_steps = [ ("selec-site_modification", forms.SiteFormSelection), ("general-site_modification", forms.SiteForm), - ("towns-site_modification", forms.SiteTownFormset), ("underwater-site_modification", forms.SiteUnderwaterForm), ("final-site_modification", FinalForm), ] -- cgit v1.2.3