mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove SettingEditForm (#3964)
This commit is contained in:
parent
0716238f3b
commit
5869a008c5
@ -3,23 +3,7 @@
|
||||
from django import forms
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from InvenTree.forms import HelperForm
|
||||
|
||||
from .files import FileManager
|
||||
from .models import InvenTreeSetting
|
||||
|
||||
|
||||
class SettingEditForm(HelperForm):
|
||||
"""Form for creating / editing a settings object."""
|
||||
|
||||
class Meta:
|
||||
"""Metaclassoptions for SettingEditForm."""
|
||||
|
||||
model = InvenTreeSetting
|
||||
|
||||
fields = [
|
||||
'value'
|
||||
]
|
||||
|
||||
|
||||
class UploadFileForm(forms.Form):
|
||||
|
Loading…
Reference in New Issue
Block a user