diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-04 13:16:24 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-04 13:16:24 +0100 |
commit | b30e6719c948336f71343d67823aaf51fa9d8902 (patch) | |
tree | 5e3b600b8b872b0db4deb5244526668da86aaa4e /archaeological_operations/forms.py | |
parent | d897adfa1aa9b32d3b65c123676651fbd68c0390 (diff) | |
download | Ishtar-b30e6719c948336f71343d67823aaf51fa9d8902.tar.bz2 Ishtar-b30e6719c948336f71343d67823aaf51fa9d8902.zip |
Custom form: archaeological files forms
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index b85b5e937..6ba343508 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -366,10 +366,6 @@ class ParcelFormSet(FormSet): if hasattr(self, 'cleaned_data') and self.cleaned_data: return self.cleaned_data -ParcelFormSet = formset_factory(ParcelForm, can_delete=True, - formset=ParcelFormSet) -ParcelFormSet.form_label = _(u"Parcels") - class RecordRelationsForm(ManageOldType, forms.Form): base_model = 'right_relation' |