From f658c93d44c63d53481ad19ce34360577cdb1def Mon Sep 17 00:00:00 2001 From: Cefin Date: Tue, 14 Dec 2021 14:26:03 +0000 Subject: cleaning the code #5231 --- archaeological_finds/forms.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'archaeological_finds/forms.py') diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 9f8aeb497..fc1816d32 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -1161,12 +1161,6 @@ class QAFindBasketModify(QAForm): return self._get_ishtar_user_list(value) -class QAFindTreatmentN1Form(FormSet): - form_label = _("Treatment Many to One") - - def __init__(self, *args, **kwargs): - return HttpResponseRedirect(reverse("treatment_creation_n1", args=self.pk)) - class PreservationForm(CustomForm, ManageOldType): form_label = _("Preservation") form_admin_name = _("Find - 030 - Preservation") -- cgit v1.2.3