diff options
Diffstat (limited to 'archaeological_finds/views.py')
-rw-r--r-- | archaeological_finds/views.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py index cc070ba71..6bad075b5 100644 --- a/archaeological_finds/views.py +++ b/archaeological_finds/views.py @@ -329,6 +329,9 @@ class DeleteFindBasketView(IshtarMixin, LoginRequiredMixin, FormView): form.save() return HttpResponseRedirect(self.get_success_url()) +get_treatment = get_item( + models.Treatment, 'get_treatment', 'treatment') + treatment_creation_wizard = TreatmentWizard.as_view([ ('basetreatment-treatment_creation', BaseTreatmentForm), ('selecfind-treatment_creation', UpstreamFindFormSelection), |