This commit is contained in:
Matthias 2021-10-14 21:33:54 +02:00
parent f95896e8ea
commit 27aec4246e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -23,6 +23,7 @@ from common.models import InvenTreeSetting
logger = logging.getLogger('inventree')
class HelperForm(forms.ModelForm):
""" Provides simple integration of crispy_forms extension. """