summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 6e025c4a4..9f8ab00fe 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -113,8 +113,10 @@ class ParcelFormSet(FormSet):
def __init__(self, *args, **kwargs):
super(FormSet, self).__init__(*args, **kwargs)
+ self.extra_form = None
if self.forms[0].__class__.__name__ == 'ParcelForm':
self.selection_form = ParcelSelectionForm()
+ self.extra_form = self.selection_form
def as_table(self):
# add dynamic widget