2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-19 07:48:39 +00:00
This commit is contained in:
Matthias
2021-09-07 00:03:55 +02:00
parent a4209d38cc
commit 32e216599b
+1
View File
@@ -18,6 +18,7 @@ from allauth.account.forms import SignupForm
from part.models import PartCategory
from common.models import InvenTreeSetting
class HelperForm(forms.ModelForm):
""" Provides simple integration of crispy_forms extension. """