gah
This commit is contained in:
parent
a46df58e34
commit
1114d47a41
|
@ -9,7 +9,7 @@ class BaseRelationsFormSet(BaseModelFormSet):
|
||||||
|
|
||||||
# that adds the field in, overwriting the previous default field
|
# that adds the field in, overwriting the previous default field
|
||||||
def add_fields(self, form, index):
|
def add_fields(self, form, index):
|
||||||
super(BaseTaskFormSet, self).add_fields(form, index)
|
super(BaseRelationsFormSet, self).add_fields(form, index)
|
||||||
form.fields["feature2"] = AutoCompleteSelectField('feature', required=False)
|
form.fields["feature2"] = AutoCompleteSelectField('feature', required=False)
|
||||||
|
|
||||||
# pass in the base formset class to the factory
|
# pass in the base formset class to the factory
|
||||||
|
|
Loading…
Reference in New Issue
Block a user