mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Cleanup unused form
This commit is contained in:
parent
90593a187c
commit
4a6c1e850f
@ -188,18 +188,6 @@ class EditPartParameterTemplateForm(HelperForm):
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class EditPartParameterForm(HelperForm):
|
|
||||||
""" Form for editing a PartParameter object """
|
|
||||||
|
|
||||||
class Meta:
|
|
||||||
model = PartParameter
|
|
||||||
fields = [
|
|
||||||
'part',
|
|
||||||
'template',
|
|
||||||
'data'
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
class EditCategoryForm(HelperForm):
|
class EditCategoryForm(HelperForm):
|
||||||
""" Form for editing a PartCategory object """
|
""" Form for editing a PartCategory object """
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user