summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-07 21:32:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-15 21:54:17 +0200
commit7dded4dc3975bb5152c594848da2e27494b5d475 (patch)
tree7e5262707058a50f3bc77ac04588f5a4a72fe4da /archaeological_operations/forms.py
parent559a0fd6b5a946458dee7b90910bb19a09c5362e (diff)
downloadIshtar-7dded4dc3975bb5152c594848da2e27494b5d475.tar.bz2
Ishtar-7dded4dc3975bb5152c594848da2e27494b5d475.zip
Add field to person and organizations
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 6ef3d5a21..49824e24a 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -950,7 +950,6 @@ class SelectedParcelFormSet(forms.Form):
def __init__(self, *args, **kwargs):
parcels = None
- print(kwargs)
if 'data' in kwargs and 'PARCELS' in kwargs['data']:
parcels = kwargs['data']['PARCELS']
# clean data if not "real" data