2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Add button to launch modal form

This commit is contained in:
Oliver
2018-04-25 00:09:25 +10:00
parent db49e98f37
commit 9004086632
6 changed files with 63 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ class EditCategoryForm(forms.ModelForm):
self.helper.form_id = 'id-edit-part-form'
self.helper.form_method = 'post'
self.helper.add_input(Submit('submit', 'Submit'))
#self.helper.add_input(Submit('submit', 'Submit'))
class Meta:
model = PartCategory