summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-12-14 14:26:03 +0000
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commitf658c93d44c63d53481ad19ce34360577cdb1def (patch)
tree0515c0ea3fd754a45d6172a8d16e65108c47d8a5 /archaeological_finds/forms.py
parent6d11d2cd901e043dae90d5bcc13deef454f96dce (diff)
downloadIshtar-f658c93d44c63d53481ad19ce34360577cdb1def.tar.bz2
Ishtar-f658c93d44c63d53481ad19ce34360577cdb1def.zip
cleaning the code #5231
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r--archaeological_finds/forms.py6
1 files changed, 0 insertions, 6 deletions
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")