Fix CI
This commit is contained in:
parent
b3bc30b72b
commit
2d0ba4750c
6 changed files with 45 additions and 37 deletions
|
|
@ -20,10 +20,11 @@ ProductFormSet = forms.inlineformset_factory(
|
|||
extra=1,
|
||||
)
|
||||
|
||||
|
||||
class ProductFormSetHelper(FormHelper):
|
||||
def __init__(self, form=None):
|
||||
super().__init__(form)
|
||||
self.form_tag = False
|
||||
self.form_method = 'POST'
|
||||
self.form_class = 'form-inline'
|
||||
self.template = 'bootstrap4/table_inline_formset.html'
|
||||
self.template = 'bootstrap4/table_inline_formset.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue