2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Merge pull request #1807 from SchrodingersGat/forms-cleanup

Remove unused forms
This commit is contained in:
Oliver
2021-07-12 22:40:20 +10:00
committed by GitHub
2 changed files with 0 additions and 54 deletions

View File

@ -56,16 +56,6 @@ class PartImageDownloadForm(HelperForm):
]
class PartImageForm(HelperForm):
""" Form for uploading a Part image """
class Meta:
model = Part
fields = [
'image',
]
class BomExportForm(forms.Form):
""" Simple form to let user set BOM export options,
before exporting a BOM (bill of materials) file.