mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
style fixing
This commit is contained in:
@ -275,7 +275,7 @@ class FileManagementFormView(MultiStepFormView):
|
||||
form = super().get_form(step=step, data=data, files=files)
|
||||
|
||||
form.helper = FormHelper()
|
||||
form.helper.form_show_labels = False
|
||||
form.helper.form_show_labels = False
|
||||
|
||||
return form
|
||||
|
||||
|
Reference in New Issue
Block a user